Shades of Las Palmas #C0EC41
Tints of Las Palmas #C0EC41
RGB
CMYK
RGB Variations
Color information
#C0EC41 (or 0xC0EC41) is known color: Las Palmas. HEX triplet: C0, EC and 41. RGB value is (192,236,65). Sum of RGB (Red+Green+Blue) = 192+236+65=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #C0EC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EC41 is #3F13BE. Grayscale: #CBCBCB. Windows color (decimal): -4133823 or 4320448. OLE color: 4320448.
HSL color Cylindrical-coordinate representation of color #C0EC41: hue angle of 75.44º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0EC41 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 236 | 65 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.07 |
| HSL | 75.44º | 0.82% | 0.59% | - |
| HSV(B) | 75.44º | 0.72% | 0.93% | - |
| XYZ | 52.69 | 71.58 | 16.04 | - |
| YUV | 203.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 236 | 65 | 0.19 | 0 | 0.72 | 0.07 | 75.44 | 0.82 | 0.59 |
| Hex | C0 | EC | 41 | 13 | 0 | 48 | 7 | 4B | 52 | 3B |
| Octal | 300 | 354 | 101 | 23 | 0 | 110 | 7 | 113 | 122 | 73 |
| Binary | 11000000 | 11101100 | 1000001 | 10011 | 0 | 1001000 | 111 | 1001011 | 1010010 | 111011 |
Color Harmonies of #C0EC41
Complementary color
Monochromatic Colors of #C0EC41
Black with #C0EC41
Text Example
Text Example
White with #C0EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EC41; }
p { color: rgb(192,236,65); }
H1.HeaderClassName
{
color: #C0EC41;
}
.AnyTagClassName
{
color: #C0EC41;
}
</style>
background-color css
<style>
a { background-color: #C0EC41; }
a { background-color: rgb(192,236,65); }
div.DivClassName
{
background-color: #C0EC41;
}
.BgClassName
{
background-color: #C0EC41;
}
</style>
border-color css
<style>
span { border-color: #C0EC41; }
span { border-color: rgb(192,236,65); }
td.TdClassName
{
border-color: #C0EC41;
}
.TagClassName
{
border-color: #C0EC41;
}
</style>