#c3d442

Color #C3D442 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C3D442

Tints of Las Palmas #C3D442

Color information

#C3D442 (or 0xC3D442) is unknown color: approx Las Palmas. HEX triplet: C3, D4 and 42. RGB value is (195,212,66). Sum of RGB (Red+Green+Blue) = 195+212+66=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D442 is #3C2BBD. Grayscale: #BEBEBE. Windows color (decimal): -3943358 or 4379843. OLE color: 4379843.

HSL color Cylindrical-coordinate representation of color #C3D442: hue angle of 66.99º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3D442 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB19521266-
CMYK0.0800.690.17
HSL66.99º62.93%54.51%-
HSV(B)66.99º68.87%83.14%-
XYZ47.0359.0814.08-
YUV190.2757.87131.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 66 (26.17% from 255) = 13.95%
R=41.23%
G=44.82%
B=13.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal195212660.0800.690.1766.9962.9354.51
HexC3D442804511433f37
Octal303324102100105211037767
Binary11000011110101001000010100001000101100011000011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3d442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3d442; }

 p { color: rgb(195,212,66); }

 H1.HeaderClassName
 {
   color: #c3d442;
 }
 .AnyTagClassName
 {
   color: #c3d442;
 }
</style>
background-color css

<style>
 a { background-color: #c3d442; }

 a { background-color: rgb(195,212,66); }

 div.DivClassName
 {
   background-color: #c3d442;
 }
 .BgClassName
 {
   background-color: #c3d442;
 }
</style>
border-color css

<style>
 span { border-color: #c3d442; }

 span { border-color: rgb(195,212,66); }

 td.TdClassName
 {
   border-color: #c3d442;
 }
 .TagClassName
 {
   border-color: #c3d442;
 }
</style>