Shades of Las Palmas #C0E147
Tints of Las Palmas #C0E147
RGB
CMYK
RGB Variations
Color information
#C0E147 (or 0xC0E147) is known color: Las Palmas. HEX triplet: C0, E1 and 47. RGB value is (192,225,71). Sum of RGB (Red+Green+Blue) = 192+225+71=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E147 is #3F1EB8. Grayscale: #C6C6C6. Windows color (decimal): -4136633 or 4710848. OLE color: 4710848.
HSL color Cylindrical-coordinate representation of color #C0E147: hue angle of 72.86º degrees, saturation: 0.72, 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 #C0E147 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 71 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.12 |
| HSL | 72.86º | 0.72% | 0.58% | - |
| HSV(B) | 72.86º | 0.68% | 0.88% | - |
| XYZ | 49.8 | 65.51 | 15.98 | - |
| YUV | 197.58 | 56.57 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 71 | 0.15 | 0 | 0.68 | 0.12 | 72.86 | 0.72 | 0.58 |
| Hex | C0 | E1 | 47 | F | 0 | 44 | C | 49 | 48 | 3A |
| Octal | 300 | 341 | 107 | 17 | 0 | 104 | 14 | 111 | 110 | 72 |
| Binary | 11000000 | 11100001 | 1000111 | 1111 | 0 | 1000100 | 1100 | 1001001 | 1001000 | 111010 |
Color Harmonies of #C0E147
Complementary color
Monochromatic Colors of #C0E147
Black with #C0E147
Text Example
Text Example
White with #C0E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E147; }
p { color: rgb(192,225,71); }
H1.HeaderClassName
{
color: #C0E147;
}
.AnyTagClassName
{
color: #C0E147;
}
</style>
background-color css
<style>
a { background-color: #C0E147; }
a { background-color: rgb(192,225,71); }
div.DivClassName
{
background-color: #C0E147;
}
.BgClassName
{
background-color: #C0E147;
}
</style>
border-color css
<style>
span { border-color: #C0E147; }
span { border-color: rgb(192,225,71); }
td.TdClassName
{
border-color: #C0E147;
}
.TagClassName
{
border-color: #C0E147;
}
</style>