Shades of Las Palmas #C9E949
Tints of Las Palmas #C9E949
RGB
CMYK
RGB Variations
Color information
#C9E949 (or 0xC9E949) is known color: Las Palmas. HEX triplet: C9, E9 and 49. RGB value is (201,233,73). Sum of RGB (Red+Green+Blue) = 201+233+73=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9E949 is #3616B6. Grayscale: #CDCDCD. Windows color (decimal): -3544759 or 4843977. OLE color: 4843977.
HSL color Cylindrical-coordinate representation of color #C9E949: hue angle of 72º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9E949 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 73 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.09 |
| HSL | 72º | 0.78% | 0.6% | - |
| HSV(B) | 72º | 0.69% | 0.91% | - |
| XYZ | 54.43 | 71.18 | 17.17 | - |
| YUV | 205.19 | 53.4 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 73 | 0.14 | 0 | 0.69 | 0.09 | 72 | 0.78 | 0.6 |
| Hex | C9 | E9 | 49 | E | 0 | 45 | 9 | 48 | 4E | 3C |
| Octal | 311 | 351 | 111 | 16 | 0 | 105 | 11 | 110 | 116 | 74 |
| Binary | 11001001 | 11101001 | 1001001 | 1110 | 0 | 1000101 | 1001 | 1001000 | 1001110 | 111100 |
Color Harmonies of #C9E949
Complementary color
Monochromatic Colors of #C9E949
Black with #C9E949
Text Example
Text Example
White with #C9E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E949; }
p { color: rgb(201,233,73); }
H1.HeaderClassName
{
color: #C9E949;
}
.AnyTagClassName
{
color: #C9E949;
}
</style>
background-color css
<style>
a { background-color: #C9E949; }
a { background-color: rgb(201,233,73); }
div.DivClassName
{
background-color: #C9E949;
}
.BgClassName
{
background-color: #C9E949;
}
</style>
border-color css
<style>
span { border-color: #C9E949; }
span { border-color: rgb(201,233,73); }
td.TdClassName
{
border-color: #C9E949;
}
.TagClassName
{
border-color: #C9E949;
}
</style>