Shades of Las Palmas #C9E84B
Tints of Las Palmas #C9E84B
RGB
CMYK
RGB Variations
Color information
#C9E84B (or 0xC9E84B) is known color: Las Palmas. HEX triplet: C9, E8 and 4B. RGB value is (201,232,75). Sum of RGB (Red+Green+Blue) = 201+232+75=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #C9E84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E84B is #3617B4. Grayscale: #CDCDCD. Windows color (decimal): -3545013 or 4974793. OLE color: 4974793.
HSL color Cylindrical-coordinate representation of color #C9E84B: hue angle of 71.85º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9E84B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 232 | 75 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.09 |
| HSL | 71.85º | 0.77% | 0.6% | - |
| HSV(B) | 71.85º | 0.68% | 0.91% | - |
| XYZ | 54.21 | 70.64 | 17.43 | - |
| YUV | 204.83 | 54.73 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 232 | 75 | 0.13 | 0 | 0.68 | 0.09 | 71.85 | 0.77 | 0.6 |
| Hex | C9 | E8 | 4B | D | 0 | 44 | 9 | 48 | 4D | 3C |
| Octal | 311 | 350 | 113 | 15 | 0 | 104 | 11 | 110 | 115 | 74 |
| Binary | 11001001 | 11101000 | 1001011 | 1101 | 0 | 1000100 | 1001 | 1001000 | 1001101 | 111100 |
Color Harmonies of #C9E84B
Complementary color
Monochromatic Colors of #C9E84B
Black with #C9E84B
Text Example
Text Example
White with #C9E84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E84B; }
p { color: rgb(201,232,75); }
H1.HeaderClassName
{
color: #C9E84B;
}
.AnyTagClassName
{
color: #C9E84B;
}
</style>
background-color css
<style>
a { background-color: #C9E84B; }
a { background-color: rgb(201,232,75); }
div.DivClassName
{
background-color: #C9E84B;
}
.BgClassName
{
background-color: #C9E84B;
}
</style>
border-color css
<style>
span { border-color: #C9E84B; }
span { border-color: rgb(201,232,75); }
td.TdClassName
{
border-color: #C9E84B;
}
.TagClassName
{
border-color: #C9E84B;
}
</style>