Shades of Las Palmas #C0E83B
Tints of Las Palmas #C0E83B
RGB
CMYK
RGB Variations
Color information
#C0E83B (or 0xC0E83B) is known color: Las Palmas. HEX triplet: C0, E8 and 3B. RGB value is (192,232,59). Sum of RGB (Red+Green+Blue) = 192+232+59=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E83B is #3F17C4. Grayscale: #C8C8C8. Windows color (decimal): -4134853 or 3926208. OLE color: 3926208.
HSL color Cylindrical-coordinate representation of color #C0E83B: hue angle of 73.87º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0E83B is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 59 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.09 |
| HSL | 73.87º | 0.79% | 0.57% | - |
| HSV(B) | 73.87º | 0.75% | 0.91% | - |
| XYZ | 51.38 | 69.24 | 14.79 | - |
| YUV | 200.32 | 48.25 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 59 | 0.17 | 0 | 0.75 | 0.09 | 73.87 | 0.79 | 0.57 |
| Hex | C0 | E8 | 3B | 11 | 0 | 4B | 9 | 4A | 4F | 39 |
| Octal | 300 | 350 | 73 | 21 | 0 | 113 | 11 | 112 | 117 | 71 |
| Binary | 11000000 | 11101000 | 111011 | 10001 | 0 | 1001011 | 1001 | 1001010 | 1001111 | 111001 |
Color Harmonies of #C0E83B
Complementary color
Monochromatic Colors of #C0E83B
Black with #C0E83B
Text Example
Text Example
White with #C0E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E83B; }
p { color: rgb(192,232,59); }
H1.HeaderClassName
{
color: #C0E83B;
}
.AnyTagClassName
{
color: #C0E83B;
}
</style>
background-color css
<style>
a { background-color: #C0E83B; }
a { background-color: rgb(192,232,59); }
div.DivClassName
{
background-color: #C0E83B;
}
.BgClassName
{
background-color: #C0E83B;
}
</style>
border-color css
<style>
span { border-color: #C0E83B; }
span { border-color: rgb(192,232,59); }
td.TdClassName
{
border-color: #C0E83B;
}
.TagClassName
{
border-color: #C0E83B;
}
</style>