Shades of Las Palmas #C0E82E
Tints of Las Palmas #C0E82E
RGB
CMYK
RGB Variations
Color information
#C0E82E (or 0xC0E82E) is known color: Las Palmas. HEX triplet: C0, E8 and 2E. RGB value is (192,232,46). Sum of RGB (Red+Green+Blue) = 192+232+46=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E82E is #3F17D1. Grayscale: #C7C7C7. Windows color (decimal): -4134866 or 3074240. OLE color: 3074240.
HSL color Cylindrical-coordinate representation of color #C0E82E: hue angle of 72.9º 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 #C0E82E is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 46 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.09 |
| HSL | 72.9º | 0.8% | 0.55% | - |
| HSV(B) | 72.9º | 0.8% | 0.91% | - |
| XYZ | 51.09 | 69.12 | 13.23 | - |
| YUV | 198.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 46 | 0.17 | 0 | 0.80 | 0.09 | 72.9 | 0.8 | 0.55 |
| Hex | C0 | E8 | 2E | 11 | 0 | 50 | 9 | 49 | 50 | 37 |
| Octal | 300 | 350 | 56 | 21 | 0 | 120 | 11 | 111 | 120 | 67 |
| Binary | 11000000 | 11101000 | 101110 | 10001 | 0 | 1010000 | 1001 | 1001001 | 1010000 | 110111 |
Color Harmonies of #C0E82E
Complementary color
Monochromatic Colors of #C0E82E
Black with #C0E82E
Text Example
Text Example
White with #C0E82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E82E; }
p { color: rgb(192,232,46); }
H1.HeaderClassName
{
color: #C0E82E;
}
.AnyTagClassName
{
color: #C0E82E;
}
</style>
background-color css
<style>
a { background-color: #C0E82E; }
a { background-color: rgb(192,232,46); }
div.DivClassName
{
background-color: #C0E82E;
}
.BgClassName
{
background-color: #C0E82E;
}
</style>
border-color css
<style>
span { border-color: #C0E82E; }
span { border-color: rgb(192,232,46); }
td.TdClassName
{
border-color: #C0E82E;
}
.TagClassName
{
border-color: #C0E82E;
}
</style>