Shades of Las Palmas #C2EC40
Tints of Las Palmas #C2EC40
RGB
CMYK
RGB Variations
Color information
#C2EC40 (or 0xC2EC40) is known color: Las Palmas. HEX triplet: C2, EC and 40. RGB value is (194,236,64). Sum of RGB (Red+Green+Blue) = 194+236+64=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EC40 is #3D13BF. Grayscale: #CCCCCC. Windows color (decimal): -4002752 or 4254914. OLE color: 4254914.
HSL color Cylindrical-coordinate representation of color #C2EC40: hue angle of 74.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2EC40 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 64 | - |
CMYK | 0.18 | 0 | 0.73 | 0.07 |
HSL | 74.65º | 0.82% | 0.59% | - |
HSV(B) | 74.65º | 0.73% | 0.93% | - |
XYZ | 53.17 | 71.83 | 15.91 | - |
YUV | 203.83 | 49.09 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 64 | 0.18 | 0 | 0.73 | 0.07 | 74.65 | 0.82 | 0.59 |
Hex | C2 | EC | 40 | 12 | 0 | 49 | 7 | 4B | 52 | 3B |
Octal | 302 | 354 | 100 | 22 | 0 | 111 | 7 | 113 | 122 | 73 |
Binary | 11000010 | 11101100 | 1000000 | 10010 | 0 | 1001001 | 111 | 1001011 | 1010010 | 111011 |
Color Harmonies of #C2EC40
Complementary color
Monochromatic Colors of #C2EC40
Black with #C2EC40
Text Example
Text Example
White with #C2EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC40; }
p { color: rgb(194,236,64); }
H1.HeaderClassName
{
color: #C2EC40;
}
.AnyTagClassName
{
color: #C2EC40;
}
</style>
background-color css
<style>
a { background-color: #C2EC40; }
a { background-color: rgb(194,236,64); }
div.DivClassName
{
background-color: #C2EC40;
}
.BgClassName
{
background-color: #C2EC40;
}
</style>
border-color css
<style>
span { border-color: #C2EC40; }
span { border-color: rgb(194,236,64); }
td.TdClassName
{
border-color: #C2EC40;
}
.TagClassName
{
border-color: #C2EC40;
}
</style>