Shades of Las Palmas #C0E82F
Tints of Las Palmas #C0E82F
RGB
CMYK
RGB Variations
Color information
#C0E82F (or 0xC0E82F) is known color: Las Palmas. HEX triplet: C0, E8 and 2F. RGB value is (192,232,47). Sum of RGB (Red+Green+Blue) = 192+232+47=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E82F is #3F17D0. Grayscale: #C7C7C7. Windows color (decimal): -4134865 or 3139776. OLE color: 3139776.
HSL color Cylindrical-coordinate representation of color #C0E82F: hue angle of 72.97º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0E82F is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 47 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.09 |
| HSL | 72.97º | 0.8% | 0.55% | - |
| HSV(B) | 72.97º | 0.8% | 0.91% | - |
| XYZ | 51.11 | 69.12 | 13.34 | - |
| YUV | 198.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 47 | 0.17 | 0 | 0.80 | 0.09 | 72.97 | 0.8 | 0.55 |
| Hex | C0 | E8 | 2F | 11 | 0 | 50 | 9 | 49 | 50 | 37 |
| Octal | 300 | 350 | 57 | 21 | 0 | 120 | 11 | 111 | 120 | 67 |
| Binary | 11000000 | 11101000 | 101111 | 10001 | 0 | 1010000 | 1001 | 1001001 | 1010000 | 110111 |
Color Harmonies of #C0E82F
Complementary color
Monochromatic Colors of #C0E82F
Black with #C0E82F
Text Example
Text Example
White with #C0E82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E82F; }
p { color: rgb(192,232,47); }
H1.HeaderClassName
{
color: #C0E82F;
}
.AnyTagClassName
{
color: #C0E82F;
}
</style>
background-color css
<style>
a { background-color: #C0E82F; }
a { background-color: rgb(192,232,47); }
div.DivClassName
{
background-color: #C0E82F;
}
.BgClassName
{
background-color: #C0E82F;
}
</style>
border-color css
<style>
span { border-color: #C0E82F; }
span { border-color: rgb(192,232,47); }
td.TdClassName
{
border-color: #C0E82F;
}
.TagClassName
{
border-color: #C0E82F;
}
</style>