Shades of Las Palmas #C5D036
Tints of Las Palmas #C5D036
RGB
CMYK
RGB Variations
Color information
#C5D036 (or 0xC5D036) is known color: Las Palmas. HEX triplet: C5, D0 and 36. RGB value is (197,208,54). Sum of RGB (Red+Green+Blue) = 197+208+54=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D036 is #3A2FC9. Grayscale: #BBBBBB. Windows color (decimal): -3813322 or 3592389. OLE color: 3592389.
HSL color Cylindrical-coordinate representation of color #C5D036: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5D036 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 54 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.18 |
| HSL | 64.29º | 0.62% | 0.51% | - |
| HSV(B) | 64.29º | 0.74% | 0.82% | - |
| XYZ | 46.25 | 57.25 | 12.1 | - |
| YUV | 187.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 54 | 0.05 | 0 | 0.74 | 0.18 | 64.29 | 0.62 | 0.51 |
| Hex | C5 | D0 | 36 | 5 | 0 | 4A | 12 | 40 | 3E | 33 |
| Octal | 305 | 320 | 66 | 5 | 0 | 112 | 22 | 100 | 76 | 63 |
| Binary | 11000101 | 11010000 | 110110 | 101 | 0 | 1001010 | 10010 | 1000000 | 111110 | 110011 |
Color Harmonies of #C5D036
Complementary color
Monochromatic Colors of #C5D036
Black with #C5D036
Text Example
Text Example
White with #C5D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D036; }
p { color: rgb(197,208,54); }
H1.HeaderClassName
{
color: #C5D036;
}
.AnyTagClassName
{
color: #C5D036;
}
</style>
background-color css
<style>
a { background-color: #C5D036; }
a { background-color: rgb(197,208,54); }
div.DivClassName
{
background-color: #C5D036;
}
.BgClassName
{
background-color: #C5D036;
}
</style>
border-color css
<style>
span { border-color: #C5D036; }
span { border-color: rgb(197,208,54); }
td.TdClassName
{
border-color: #C5D036;
}
.TagClassName
{
border-color: #C5D036;
}
</style>