Shades of Las Palmas #C9E53C
Tints of Las Palmas #C9E53C
RGB
CMYK
RGB Variations
Color information
#C9E53C (or 0xC9E53C) is known color: Las Palmas. HEX triplet: C9, E5 and 3C. RGB value is (201,229,60). Sum of RGB (Red+Green+Blue) = 201+229+60=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E53C is #361AC3. Grayscale: #CACACA. Windows color (decimal): -3545796 or 3990985. OLE color: 3990985.
HSL color Cylindrical-coordinate representation of color #C9E53C: hue angle of 69.94º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9E53C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 60 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.10 |
| HSL | 69.94º | 0.76% | 0.57% | - |
| HSV(B) | 69.94º | 0.74% | 0.9% | - |
| XYZ | 52.92 | 68.78 | 14.76 | - |
| YUV | 201.36 | 48.22 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 60 | 0.12 | 0 | 0.74 | 0.10 | 69.94 | 0.76 | 0.57 |
| Hex | C9 | E5 | 3C | C | 0 | 4A | A | 46 | 4C | 39 |
| Octal | 311 | 345 | 74 | 14 | 0 | 112 | 12 | 106 | 114 | 71 |
| Binary | 11001001 | 11100101 | 111100 | 1100 | 0 | 1001010 | 1010 | 1000110 | 1001100 | 111001 |
Color Harmonies of #C9E53C
Complementary color
Monochromatic Colors of #C9E53C
Black with #C9E53C
Text Example
Text Example
White with #C9E53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E53C; }
p { color: rgb(201,229,60); }
H1.HeaderClassName
{
color: #C9E53C;
}
.AnyTagClassName
{
color: #C9E53C;
}
</style>
background-color css
<style>
a { background-color: #C9E53C; }
a { background-color: rgb(201,229,60); }
div.DivClassName
{
background-color: #C9E53C;
}
.BgClassName
{
background-color: #C9E53C;
}
</style>
border-color css
<style>
span { border-color: #C9E53C; }
span { border-color: rgb(201,229,60); }
td.TdClassName
{
border-color: #C9E53C;
}
.TagClassName
{
border-color: #C9E53C;
}
</style>