Shades of Las Palmas #C9EC4A
Tints of Las Palmas #C9EC4A
RGB
CMYK
RGB Variations
Color information
#C9EC4A (or 0xC9EC4A) is known color: Las Palmas. HEX triplet: C9, EC and 4A. RGB value is (201,236,74). Sum of RGB (Red+Green+Blue) = 201+236+74=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EC4A is #3613B5. Grayscale: #CFCFCF. Windows color (decimal): -3543990 or 4910281. OLE color: 4910281.
HSL color Cylindrical-coordinate representation of color #C9EC4A: hue angle of 72.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9EC4A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 74 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.07 |
| HSL | 72.96º | 0.81% | 0.61% | - |
| HSV(B) | 72.96º | 0.69% | 0.93% | - |
| XYZ | 55.32 | 72.9 | 17.63 | - |
| YUV | 207.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 74 | 0.15 | 0 | 0.69 | 0.07 | 72.96 | 0.81 | 0.61 |
| Hex | C9 | EC | 4A | F | 0 | 45 | 7 | 49 | 51 | 3D |
| Octal | 311 | 354 | 112 | 17 | 0 | 105 | 7 | 111 | 121 | 75 |
| Binary | 11001001 | 11101100 | 1001010 | 1111 | 0 | 1000101 | 111 | 1001001 | 1010001 | 111101 |
Color Harmonies of #C9EC4A
Complementary color
Monochromatic Colors of #C9EC4A
Black with #C9EC4A
Text Example
Text Example
White with #C9EC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EC4A; }
p { color: rgb(201,236,74); }
H1.HeaderClassName
{
color: #C9EC4A;
}
.AnyTagClassName
{
color: #C9EC4A;
}
</style>
background-color css
<style>
a { background-color: #C9EC4A; }
a { background-color: rgb(201,236,74); }
div.DivClassName
{
background-color: #C9EC4A;
}
.BgClassName
{
background-color: #C9EC4A;
}
</style>
border-color css
<style>
span { border-color: #C9EC4A; }
span { border-color: rgb(201,236,74); }
td.TdClassName
{
border-color: #C9EC4A;
}
.TagClassName
{
border-color: #C9EC4A;
}
</style>