Shades of Las Palmas #C0E032
Tints of Las Palmas #C0E032
RGB
CMYK
RGB Variations
Color information
#C0E032 (or 0xC0E032) is known color: Las Palmas. HEX triplet: C0, E0 and 32. RGB value is (192,224,50). Sum of RGB (Red+Green+Blue) = 192+224+50=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E032 is #3F1FCD. Grayscale: #C3C3C3. Windows color (decimal): -4136910 or 3334336. OLE color: 3334336.
HSL color Cylindrical-coordinate representation of color #C0E032: hue angle of 71.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0E032 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 50 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.12 |
| HSL | 71.03º | 0.74% | 0.54% | - |
| HSV(B) | 71.03º | 0.78% | 0.88% | - |
| XYZ | 48.97 | 64.75 | 12.93 | - |
| YUV | 194.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 50 | 0.14 | 0 | 0.78 | 0.12 | 71.03 | 0.74 | 0.54 |
| Hex | C0 | E0 | 32 | E | 0 | 4E | C | 47 | 4A | 36 |
| Octal | 300 | 340 | 62 | 16 | 0 | 116 | 14 | 107 | 112 | 66 |
| Binary | 11000000 | 11100000 | 110010 | 1110 | 0 | 1001110 | 1100 | 1000111 | 1001010 | 110110 |
Color Harmonies of #C0E032
Complementary color
Monochromatic Colors of #C0E032
Black with #C0E032
Text Example
Text Example
White with #C0E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E032; }
p { color: rgb(192,224,50); }
H1.HeaderClassName
{
color: #C0E032;
}
.AnyTagClassName
{
color: #C0E032;
}
</style>
background-color css
<style>
a { background-color: #C0E032; }
a { background-color: rgb(192,224,50); }
div.DivClassName
{
background-color: #C0E032;
}
.BgClassName
{
background-color: #C0E032;
}
</style>
border-color css
<style>
span { border-color: #C0E032; }
span { border-color: rgb(192,224,50); }
td.TdClassName
{
border-color: #C0E032;
}
.TagClassName
{
border-color: #C0E032;
}
</style>