Shades of Las Palmas #C0E043
Tints of Las Palmas #C0E043
RGB
CMYK
RGB Variations
Color information
#C0E043 (or 0xC0E043) is known color: Las Palmas. HEX triplet: C0, E0 and 43. RGB value is (192,224,67). Sum of RGB (Red+Green+Blue) = 192+224+67=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E043 is #3F1FBC. Grayscale: #C5C5C5. Windows color (decimal): -4136893 or 4448448. OLE color: 4448448.
HSL color Cylindrical-coordinate representation of color #C0E043: hue angle of 72.23º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0E043 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 67 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.12 |
| HSL | 72.23º | 0.72% | 0.57% | - |
| HSV(B) | 72.23º | 0.7% | 0.88% | - |
| XYZ | 49.41 | 64.92 | 15.24 | - |
| YUV | 196.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 67 | 0.14 | 0 | 0.70 | 0.12 | 72.23 | 0.72 | 0.57 |
| Hex | C0 | E0 | 43 | E | 0 | 46 | C | 48 | 48 | 39 |
| Octal | 300 | 340 | 103 | 16 | 0 | 106 | 14 | 110 | 110 | 71 |
| Binary | 11000000 | 11100000 | 1000011 | 1110 | 0 | 1000110 | 1100 | 1001000 | 1001000 | 111001 |
Color Harmonies of #C0E043
Complementary color
Monochromatic Colors of #C0E043
Black with #C0E043
Text Example
Text Example
White with #C0E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E043; }
p { color: rgb(192,224,67); }
H1.HeaderClassName
{
color: #C0E043;
}
.AnyTagClassName
{
color: #C0E043;
}
</style>
background-color css
<style>
a { background-color: #C0E043; }
a { background-color: rgb(192,224,67); }
div.DivClassName
{
background-color: #C0E043;
}
.BgClassName
{
background-color: #C0E043;
}
</style>
border-color css
<style>
span { border-color: #C0E043; }
span { border-color: rgb(192,224,67); }
td.TdClassName
{
border-color: #C0E043;
}
.TagClassName
{
border-color: #C0E043;
}
</style>