Shades of Las Palmas #C9E340
Tints of Las Palmas #C9E340
RGB
CMYK
RGB Variations
Color information
#C9E340 (or 0xC9E340) is known color: Las Palmas. HEX triplet: C9, E3 and 40. RGB value is (201,227,64). Sum of RGB (Red+Green+Blue) = 201+227+64=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #C9E340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9E340 is #361CBF. Grayscale: #C9C9C9. Windows color (decimal): -3546304 or 4252617. OLE color: 4252617.
HSL color Cylindrical-coordinate representation of color #C9E340: hue angle of 69.57º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9E340 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 227 | 64 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.11 |
| HSL | 69.57º | 0.74% | 0.57% | - |
| HSV(B) | 69.57º | 0.72% | 0.89% | - |
| XYZ | 52.48 | 67.73 | 15.16 | - |
| YUV | 200.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 227 | 64 | 0.11 | 0 | 0.72 | 0.11 | 69.57 | 0.74 | 0.57 |
| Hex | C9 | E3 | 40 | B | 0 | 48 | B | 46 | 4A | 39 |
| Octal | 311 | 343 | 100 | 13 | 0 | 110 | 13 | 106 | 112 | 71 |
| Binary | 11001001 | 11100011 | 1000000 | 1011 | 0 | 1001000 | 1011 | 1000110 | 1001010 | 111001 |
Color Harmonies of #C9E340
Complementary color
Monochromatic Colors of #C9E340
Black with #C9E340
Text Example
Text Example
White with #C9E340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E340; }
p { color: rgb(201,227,64); }
H1.HeaderClassName
{
color: #C9E340;
}
.AnyTagClassName
{
color: #C9E340;
}
</style>
background-color css
<style>
a { background-color: #C9E340; }
a { background-color: rgb(201,227,64); }
div.DivClassName
{
background-color: #C9E340;
}
.BgClassName
{
background-color: #C9E340;
}
</style>
border-color css
<style>
span { border-color: #C9E340; }
span { border-color: rgb(201,227,64); }
td.TdClassName
{
border-color: #C9E340;
}
.TagClassName
{
border-color: #C9E340;
}
</style>