Shades of Las Palmas #C0E047
Tints of Las Palmas #C0E047
RGB
CMYK
RGB Variations
Color information
#C0E047 (or 0xC0E047) is known color: Las Palmas. HEX triplet: C0, E0 and 47. RGB value is (192,224,71). Sum of RGB (Red+Green+Blue) = 192+224+71=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E047 is #3F1FB8. Grayscale: #C5C5C5. Windows color (decimal): -4136889 or 4710592. OLE color: 4710592.
HSL color Cylindrical-coordinate representation of color #C0E047: hue angle of 72.55º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0E047 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 71 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.12 |
| HSL | 72.55º | 0.71% | 0.58% | - |
| HSV(B) | 72.55º | 0.68% | 0.88% | - |
| XYZ | 49.53 | 64.97 | 15.89 | - |
| YUV | 196.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 71 | 0.14 | 0 | 0.68 | 0.12 | 72.55 | 0.71 | 0.58 |
| Hex | C0 | E0 | 47 | E | 0 | 44 | C | 49 | 47 | 3A |
| Octal | 300 | 340 | 107 | 16 | 0 | 104 | 14 | 111 | 107 | 72 |
| Binary | 11000000 | 11100000 | 1000111 | 1110 | 0 | 1000100 | 1100 | 1001001 | 1000111 | 111010 |
Color Harmonies of #C0E047
Complementary color
Monochromatic Colors of #C0E047
Black with #C0E047
Text Example
Text Example
White with #C0E047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E047; }
p { color: rgb(192,224,71); }
H1.HeaderClassName
{
color: #C0E047;
}
.AnyTagClassName
{
color: #C0E047;
}
</style>
background-color css
<style>
a { background-color: #C0E047; }
a { background-color: rgb(192,224,71); }
div.DivClassName
{
background-color: #C0E047;
}
.BgClassName
{
background-color: #C0E047;
}
</style>
border-color css
<style>
span { border-color: #C0E047; }
span { border-color: rgb(192,224,71); }
td.TdClassName
{
border-color: #C0E047;
}
.TagClassName
{
border-color: #C0E047;
}
</style>