Shades of Las Palmas #C2EC39
Tints of Las Palmas #C2EC39
RGB
CMYK
RGB Variations
Color information
#C2EC39 (or 0xC2EC39) is known color: Las Palmas. HEX triplet: C2, EC and 39. RGB value is (194,236,57). Sum of RGB (Red+Green+Blue) = 194+236+57=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EC39 is #3D13C6. Grayscale: #CBCBCB. Windows color (decimal): -4002759 or 3796162. OLE color: 3796162.
HSL color Cylindrical-coordinate representation of color #C2EC39: hue angle of 74.08º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2EC39 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 57 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.07 |
| HSL | 74.08º | 0.82% | 0.57% | - |
| HSV(B) | 74.08º | 0.76% | 0.93% | - |
| XYZ | 52.98 | 71.76 | 14.93 | - |
| YUV | 203.04 | 45.59 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 57 | 0.18 | 0 | 0.76 | 0.07 | 74.08 | 0.82 | 0.57 |
| Hex | C2 | EC | 39 | 12 | 0 | 4C | 7 | 4A | 52 | 39 |
| Octal | 302 | 354 | 71 | 22 | 0 | 114 | 7 | 112 | 122 | 71 |
| Binary | 11000010 | 11101100 | 111001 | 10010 | 0 | 1001100 | 111 | 1001010 | 1010010 | 111001 |
Color Harmonies of #C2EC39
Complementary color
Monochromatic Colors of #C2EC39
Black with #C2EC39
Text Example
Text Example
White with #C2EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC39; }
p { color: rgb(194,236,57); }
H1.HeaderClassName
{
color: #C2EC39;
}
.AnyTagClassName
{
color: #C2EC39;
}
</style>
background-color css
<style>
a { background-color: #C2EC39; }
a { background-color: rgb(194,236,57); }
div.DivClassName
{
background-color: #C2EC39;
}
.BgClassName
{
background-color: #C2EC39;
}
</style>
border-color css
<style>
span { border-color: #C2EC39; }
span { border-color: rgb(194,236,57); }
td.TdClassName
{
border-color: #C2EC39;
}
.TagClassName
{
border-color: #C2EC39;
}
</style>