Shades of Las Palmas #C5D237
Tints of Las Palmas #C5D237
RGB
CMYK
RGB Variations
Color information
#C5D237 (or 0xC5D237) is known color: Las Palmas. HEX triplet: C5, D2 and 37. RGB value is (197,210,55). Sum of RGB (Red+Green+Blue) = 197+210+55=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 55 (21.88% from 255 or 11.90% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D237 is #3A2DC8. Grayscale: #BDBDBD. Windows color (decimal): -3812809 or 3658437. OLE color: 3658437.
HSL color Cylindrical-coordinate representation of color #C5D237: hue angle of 65.03º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5D237 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 55 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.18 |
| HSL | 65.03º | 0.63% | 0.52% | - |
| HSV(B) | 65.03º | 0.74% | 0.82% | - |
| XYZ | 46.76 | 58.24 | 12.39 | - |
| YUV | 188.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 55 | 0.06 | 0 | 0.74 | 0.18 | 65.03 | 0.63 | 0.52 |
| Hex | C5 | D2 | 37 | 6 | 0 | 4A | 12 | 41 | 3F | 34 |
| Octal | 305 | 322 | 67 | 6 | 0 | 112 | 22 | 101 | 77 | 64 |
| Binary | 11000101 | 11010010 | 110111 | 110 | 0 | 1001010 | 10010 | 1000001 | 111111 | 110100 |
Color Harmonies of #C5D237
Complementary color
Monochromatic Colors of #C5D237
Black with #C5D237
Text Example
Text Example
White with #C5D237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D237; }
p { color: rgb(197,210,55); }
H1.HeaderClassName
{
color: #C5D237;
}
.AnyTagClassName
{
color: #C5D237;
}
</style>
background-color css
<style>
a { background-color: #C5D237; }
a { background-color: rgb(197,210,55); }
div.DivClassName
{
background-color: #C5D237;
}
.BgClassName
{
background-color: #C5D237;
}
</style>
border-color css
<style>
span { border-color: #C5D237; }
span { border-color: rgb(197,210,55); }
td.TdClassName
{
border-color: #C5D237;
}
.TagClassName
{
border-color: #C5D237;
}
</style>