Shades of Las Palmas #C9CF39
Tints of Las Palmas #C9CF39
RGB
CMYK
RGB Variations
Color information
#C9CF39 (or 0xC9CF39) is known color: Las Palmas. HEX triplet: C9, CF and 39. RGB value is (201,207,57). Sum of RGB (Red+Green+Blue) = 201+207+57=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 57 (22.66% from 255 or 12.26% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF39 is #3630C6. Grayscale: #BCBCBC. Windows color (decimal): -3551431 or 3788745. OLE color: 3788745.
HSL color Cylindrical-coordinate representation of color #C9CF39: hue angle of 62.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9CF39 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 57 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.19 |
| HSL | 62.4º | 0.61% | 0.52% | - |
| HSV(B) | 62.4º | 0.72% | 0.81% | - |
| XYZ | 47.14 | 57.34 | 12.45 | - |
| YUV | 188.11 | 54.01 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 57 | 0.03 | 0 | 0.72 | 0.19 | 62.4 | 0.61 | 0.52 |
| Hex | C9 | CF | 39 | 3 | 0 | 48 | 13 | 3E | 3D | 34 |
| Octal | 311 | 317 | 71 | 3 | 0 | 110 | 23 | 76 | 75 | 64 |
| Binary | 11001001 | 11001111 | 111001 | 11 | 0 | 1001000 | 10011 | 111110 | 111101 | 110100 |
Color Harmonies of #C9CF39
Complementary color
Monochromatic Colors of #C9CF39
Black with #C9CF39
Text Example
Text Example
White with #C9CF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF39; }
p { color: rgb(201,207,57); }
H1.HeaderClassName
{
color: #C9CF39;
}
.AnyTagClassName
{
color: #C9CF39;
}
</style>
background-color css
<style>
a { background-color: #C9CF39; }
a { background-color: rgb(201,207,57); }
div.DivClassName
{
background-color: #C9CF39;
}
.BgClassName
{
background-color: #C9CF39;
}
</style>
border-color css
<style>
span { border-color: #C9CF39; }
span { border-color: rgb(201,207,57); }
td.TdClassName
{
border-color: #C9CF39;
}
.TagClassName
{
border-color: #C9CF39;
}
</style>