Shades of Las Palmas #C9E54C
Tints of Las Palmas #C9E54C
RGB
CMYK
RGB Variations
Color information
#C9E54C (or 0xC9E54C) is known color: Las Palmas. HEX triplet: C9, E5 and 4C. RGB value is (201,229,76). Sum of RGB (Red+Green+Blue) = 201+229+76=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E54C is #361AB3. Grayscale: #CBCBCB. Windows color (decimal): -3545780 or 5039561. OLE color: 5039561.
HSL color Cylindrical-coordinate representation of color #C9E54C: hue angle of 70.98º 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 #C9E54C is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 76 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.10 |
| HSL | 70.98º | 0.75% | 0.6% | - |
| HSV(B) | 70.98º | 0.67% | 0.9% | - |
| XYZ | 53.41 | 68.98 | 17.34 | - |
| YUV | 203.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 76 | 0.12 | 0 | 0.67 | 0.10 | 70.98 | 0.75 | 0.6 |
| Hex | C9 | E5 | 4C | C | 0 | 43 | A | 47 | 4B | 3C |
| Octal | 311 | 345 | 114 | 14 | 0 | 103 | 12 | 107 | 113 | 74 |
| Binary | 11001001 | 11100101 | 1001100 | 1100 | 0 | 1000011 | 1010 | 1000111 | 1001011 | 111100 |
Color Harmonies of #C9E54C
Complementary color
Monochromatic Colors of #C9E54C
Black with #C9E54C
Text Example
Text Example
White with #C9E54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E54C; }
p { color: rgb(201,229,76); }
H1.HeaderClassName
{
color: #C9E54C;
}
.AnyTagClassName
{
color: #C9E54C;
}
</style>
background-color css
<style>
a { background-color: #C9E54C; }
a { background-color: rgb(201,229,76); }
div.DivClassName
{
background-color: #C9E54C;
}
.BgClassName
{
background-color: #C9E54C;
}
</style>
border-color css
<style>
span { border-color: #C9E54C; }
span { border-color: rgb(201,229,76); }
td.TdClassName
{
border-color: #C9E54C;
}
.TagClassName
{
border-color: #C9E54C;
}
</style>