Shades of Las Palmas #C9E54E
Tints of Las Palmas #C9E54E
RGB
CMYK
RGB Variations
Color information
#C9E54E (or 0xC9E54E) is known color: Las Palmas. HEX triplet: C9, E5 and 4E. RGB value is (201,229,78). Sum of RGB (Red+Green+Blue) = 201+229+78=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E54E is #361AB1. Grayscale: #CBCBCB. Windows color (decimal): -3545778 or 5170633. OLE color: 5170633.
HSL color Cylindrical-coordinate representation of color #C9E54E: hue angle of 71.13º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9E54E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 78 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.10 |
| HSL | 71.13º | 0.74% | 0.6% | - |
| HSV(B) | 71.13º | 0.66% | 0.9% | - |
| XYZ | 53.48 | 69.01 | 17.71 | - |
| YUV | 203.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 78 | 0.12 | 0 | 0.66 | 0.10 | 71.13 | 0.74 | 0.6 |
| Hex | C9 | E5 | 4E | C | 0 | 42 | A | 47 | 4A | 3C |
| Octal | 311 | 345 | 116 | 14 | 0 | 102 | 12 | 107 | 112 | 74 |
| Binary | 11001001 | 11100101 | 1001110 | 1100 | 0 | 1000010 | 1010 | 1000111 | 1001010 | 111100 |
Color Harmonies of #C9E54E
Complementary color
Monochromatic Colors of #C9E54E
Black with #C9E54E
Text Example
Text Example
White with #C9E54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E54E; }
p { color: rgb(201,229,78); }
H1.HeaderClassName
{
color: #C9E54E;
}
.AnyTagClassName
{
color: #C9E54E;
}
</style>
background-color css
<style>
a { background-color: #C9E54E; }
a { background-color: rgb(201,229,78); }
div.DivClassName
{
background-color: #C9E54E;
}
.BgClassName
{
background-color: #C9E54E;
}
</style>
border-color css
<style>
span { border-color: #C9E54E; }
span { border-color: rgb(201,229,78); }
td.TdClassName
{
border-color: #C9E54E;
}
.TagClassName
{
border-color: #C9E54E;
}
</style>