Shades of Las Palmas #C9EB4C
Tints of Las Palmas #C9EB4C
RGB
CMYK
RGB Variations
Color information
#C9EB4C (or 0xC9EB4C) is known color: Las Palmas. HEX triplet: C9, EB and 4C. RGB value is (201,235,76). Sum of RGB (Red+Green+Blue) = 201+235+76=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EB4C is #3614B3. Grayscale: #CFCFCF. Windows color (decimal): -3544244 or 5041097. OLE color: 5041097.
HSL color Cylindrical-coordinate representation of color #C9EB4C: hue angle of 72.83º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9EB4C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 76 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.08 |
| HSL | 72.83º | 0.8% | 0.61% | - |
| HSV(B) | 72.83º | 0.68% | 0.92% | - |
| XYZ | 55.1 | 72.36 | 17.9 | - |
| YUV | 206.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 76 | 0.14 | 0 | 0.68 | 0.08 | 72.83 | 0.8 | 0.61 |
| Hex | C9 | EB | 4C | E | 0 | 44 | 8 | 49 | 50 | 3D |
| Octal | 311 | 353 | 114 | 16 | 0 | 104 | 10 | 111 | 120 | 75 |
| Binary | 11001001 | 11101011 | 1001100 | 1110 | 0 | 1000100 | 1000 | 1001001 | 1010000 | 111101 |
Color Harmonies of #C9EB4C
Complementary color
Monochromatic Colors of #C9EB4C
Black with #C9EB4C
Text Example
Text Example
White with #C9EB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB4C; }
p { color: rgb(201,235,76); }
H1.HeaderClassName
{
color: #C9EB4C;
}
.AnyTagClassName
{
color: #C9EB4C;
}
</style>
background-color css
<style>
a { background-color: #C9EB4C; }
a { background-color: rgb(201,235,76); }
div.DivClassName
{
background-color: #C9EB4C;
}
.BgClassName
{
background-color: #C9EB4C;
}
</style>
border-color css
<style>
span { border-color: #C9EB4C; }
span { border-color: rgb(201,235,76); }
td.TdClassName
{
border-color: #C9EB4C;
}
.TagClassName
{
border-color: #C9EB4C;
}
</style>