Shades of Las Palmas #C0E83F
Tints of Las Palmas #C0E83F
RGB
CMYK
RGB Variations
Color information
#C0E83F (or 0xC0E83F) is known color: Las Palmas. HEX triplet: C0, E8 and 3F. RGB value is (192,232,63). Sum of RGB (Red+Green+Blue) = 192+232+63=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 232 (91.02% from 255 or 47.64% from 487); Blue value is 63 (25% from 255 or 12.94% from 487); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E83F is #3F17C0. Grayscale: #C9C9C9. Windows color (decimal): -4134849 or 4188352. OLE color: 4188352.
HSL color Cylindrical-coordinate representation of color #C0E83F: hue angle of 74.2º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0E83F is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 63 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.09 |
| HSL | 74.2º | 0.79% | 0.58% | - |
| HSV(B) | 74.2º | 0.73% | 0.91% | - |
| XYZ | 51.49 | 69.28 | 15.36 | - |
| YUV | 200.77 | 50.25 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 63 | 0.17 | 0 | 0.73 | 0.09 | 74.2 | 0.79 | 0.58 |
| Hex | C0 | E8 | 3F | 11 | 0 | 49 | 9 | 4A | 4F | 3A |
| Octal | 300 | 350 | 77 | 21 | 0 | 111 | 11 | 112 | 117 | 72 |
| Binary | 11000000 | 11101000 | 111111 | 10001 | 0 | 1001001 | 1001 | 1001010 | 1001111 | 111010 |
Color Harmonies of #C0E83F
Complementary color
Monochromatic Colors of #C0E83F
Black with #C0E83F
Text Example
Text Example
White with #C0E83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E83F; }
p { color: rgb(192,232,63); }
H1.HeaderClassName
{
color: #C0E83F;
}
.AnyTagClassName
{
color: #C0E83F;
}
</style>
background-color css
<style>
a { background-color: #C0E83F; }
a { background-color: rgb(192,232,63); }
div.DivClassName
{
background-color: #C0E83F;
}
.BgClassName
{
background-color: #C0E83F;
}
</style>
border-color css
<style>
span { border-color: #C0E83F; }
span { border-color: rgb(192,232,63); }
td.TdClassName
{
border-color: #C0E83F;
}
.TagClassName
{
border-color: #C0E83F;
}
</style>