Shades of Las Palmas #C9E54B
Tints of Las Palmas #C9E54B
RGB
CMYK
RGB Variations
Color information
#C9E54B (or 0xC9E54B) is known color: Las Palmas. HEX triplet: C9, E5 and 4B. RGB value is (201,229,75). Sum of RGB (Red+Green+Blue) = 201+229+75=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 75 (29.69% from 255 or 14.85% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E54B is #361AB4. Grayscale: #CBCBCB. Windows color (decimal): -3545781 or 4974025. OLE color: 4974025.
HSL color Cylindrical-coordinate representation of color #C9E54B: hue angle of 70.91º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9E54B is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 75 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.10 |
| HSL | 70.91º | 0.75% | 0.6% | - |
| HSV(B) | 70.91º | 0.67% | 0.9% | - |
| XYZ | 53.38 | 68.96 | 17.15 | - |
| YUV | 203.07 | 55.72 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 75 | 0.12 | 0 | 0.67 | 0.10 | 70.91 | 0.75 | 0.6 |
| Hex | C9 | E5 | 4B | C | 0 | 43 | A | 47 | 4B | 3C |
| Octal | 311 | 345 | 113 | 14 | 0 | 103 | 12 | 107 | 113 | 74 |
| Binary | 11001001 | 11100101 | 1001011 | 1100 | 0 | 1000011 | 1010 | 1000111 | 1001011 | 111100 |
Color Harmonies of #C9E54B
Complementary color
Monochromatic Colors of #C9E54B
Black with #C9E54B
Text Example
Text Example
White with #C9E54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E54B; }
p { color: rgb(201,229,75); }
H1.HeaderClassName
{
color: #C9E54B;
}
.AnyTagClassName
{
color: #C9E54B;
}
</style>
background-color css
<style>
a { background-color: #C9E54B; }
a { background-color: rgb(201,229,75); }
div.DivClassName
{
background-color: #C9E54B;
}
.BgClassName
{
background-color: #C9E54B;
}
</style>
border-color css
<style>
span { border-color: #C9E54B; }
span { border-color: rgb(201,229,75); }
td.TdClassName
{
border-color: #C9E54B;
}
.TagClassName
{
border-color: #C9E54B;
}
</style>