Shades of Las Palmas #C5CF37
Tints of Las Palmas #C5CF37
RGB
CMYK
RGB Variations
Color information
#C5CF37 (or 0xC5CF37) is known color: Las Palmas. HEX triplet: C5, CF and 37. RGB value is (197,207,55). Sum of RGB (Red+Green+Blue) = 197+207+55=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF37 is #3A30C8. Grayscale: #BBBBBB. Windows color (decimal): -3813577 or 3657669. OLE color: 3657669.
HSL color Cylindrical-coordinate representation of color #C5CF37: hue angle of 63.95º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5CF37 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 55 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.19 |
| HSL | 63.95º | 0.61% | 0.51% | - |
| HSV(B) | 63.95º | 0.73% | 0.81% | - |
| XYZ | 46.03 | 56.77 | 12.15 | - |
| YUV | 186.68 | 53.69 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 55 | 0.05 | 0 | 0.73 | 0.19 | 63.95 | 0.61 | 0.51 |
| Hex | C5 | CF | 37 | 5 | 0 | 49 | 13 | 40 | 3D | 33 |
| Octal | 305 | 317 | 67 | 5 | 0 | 111 | 23 | 100 | 75 | 63 |
| Binary | 11000101 | 11001111 | 110111 | 101 | 0 | 1001001 | 10011 | 1000000 | 111101 | 110011 |
Color Harmonies of #C5CF37
Complementary color
Monochromatic Colors of #C5CF37
Black with #C5CF37
Text Example
Text Example
White with #C5CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CF37; }
p { color: rgb(197,207,55); }
H1.HeaderClassName
{
color: #C5CF37;
}
.AnyTagClassName
{
color: #C5CF37;
}
</style>
background-color css
<style>
a { background-color: #C5CF37; }
a { background-color: rgb(197,207,55); }
div.DivClassName
{
background-color: #C5CF37;
}
.BgClassName
{
background-color: #C5CF37;
}
</style>
border-color css
<style>
span { border-color: #C5CF37; }
span { border-color: rgb(197,207,55); }
td.TdClassName
{
border-color: #C5CF37;
}
.TagClassName
{
border-color: #C5CF37;
}
</style>