Shades of Las Palmas #C9E132
Tints of Las Palmas #C9E132
RGB
CMYK
RGB Variations
Color information
#C9E132 (or 0xC9E132) is known color: Las Palmas. HEX triplet: C9, E1 and 32. RGB value is (201,225,50). Sum of RGB (Red+Green+Blue) = 201+225+50=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E132 is #361ECD. Grayscale: #C6C6C6. Windows color (decimal): -3546830 or 3334601. OLE color: 3334601.
HSL color Cylindrical-coordinate representation of color #C9E132: hue angle of 68.23º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9E132 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 50 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.12 |
| HSL | 68.23º | 0.74% | 0.54% | - |
| HSV(B) | 68.23º | 0.78% | 0.88% | - |
| XYZ | 51.59 | 66.5 | 13.13 | - |
| YUV | 197.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 50 | 0.11 | 0 | 0.78 | 0.12 | 68.23 | 0.74 | 0.54 |
| Hex | C9 | E1 | 32 | B | 0 | 4E | C | 44 | 4A | 36 |
| Octal | 311 | 341 | 62 | 13 | 0 | 116 | 14 | 104 | 112 | 66 |
| Binary | 11001001 | 11100001 | 110010 | 1011 | 0 | 1001110 | 1100 | 1000100 | 1001010 | 110110 |
Color Harmonies of #C9E132
Complementary color
Monochromatic Colors of #C9E132
Black with #C9E132
Text Example
Text Example
White with #C9E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E132; }
p { color: rgb(201,225,50); }
H1.HeaderClassName
{
color: #C9E132;
}
.AnyTagClassName
{
color: #C9E132;
}
</style>
background-color css
<style>
a { background-color: #C9E132; }
a { background-color: rgb(201,225,50); }
div.DivClassName
{
background-color: #C9E132;
}
.BgClassName
{
background-color: #C9E132;
}
</style>
border-color css
<style>
span { border-color: #C9E132; }
span { border-color: rgb(201,225,50); }
td.TdClassName
{
border-color: #C9E132;
}
.TagClassName
{
border-color: #C9E132;
}
</style>