Shades of Las Palmas #C9E946
Tints of Las Palmas #C9E946
RGB
CMYK
RGB Variations
Color information
#C9E946 (or 0xC9E946) is known color: Las Palmas. HEX triplet: C9, E9 and 46. RGB value is (201,233,70). Sum of RGB (Red+Green+Blue) = 201+233+70=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E946 is #3616B9. Grayscale: #CDCDCD. Windows color (decimal): -3544762 or 4647369. OLE color: 4647369.
HSL color Cylindrical-coordinate representation of color #C9E946: hue angle of 71.78º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9E946 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 70 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.09 |
| HSL | 71.78º | 0.79% | 0.59% | - |
| HSV(B) | 71.78º | 0.7% | 0.91% | - |
| XYZ | 54.33 | 71.14 | 16.66 | - |
| YUV | 204.85 | 51.9 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 70 | 0.14 | 0 | 0.70 | 0.09 | 71.78 | 0.79 | 0.59 |
| Hex | C9 | E9 | 46 | E | 0 | 46 | 9 | 48 | 4F | 3B |
| Octal | 311 | 351 | 106 | 16 | 0 | 106 | 11 | 110 | 117 | 73 |
| Binary | 11001001 | 11101001 | 1000110 | 1110 | 0 | 1000110 | 1001 | 1001000 | 1001111 | 111011 |
Color Harmonies of #C9E946
Complementary color
Monochromatic Colors of #C9E946
Black with #C9E946
Text Example
Text Example
White with #C9E946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E946; }
p { color: rgb(201,233,70); }
H1.HeaderClassName
{
color: #C9E946;
}
.AnyTagClassName
{
color: #C9E946;
}
</style>
background-color css
<style>
a { background-color: #C9E946; }
a { background-color: rgb(201,233,70); }
div.DivClassName
{
background-color: #C9E946;
}
.BgClassName
{
background-color: #C9E946;
}
</style>
border-color css
<style>
span { border-color: #C9E946; }
span { border-color: rgb(201,233,70); }
td.TdClassName
{
border-color: #C9E946;
}
.TagClassName
{
border-color: #C9E946;
}
</style>