Shades of Las Palmas #C5DB36
Tints of Las Palmas #C5DB36
RGB
CMYK
RGB Variations
Color information
#C5DB36 (or 0xC5DB36) is known color: Las Palmas. HEX triplet: C5, DB and 36. RGB value is (197,219,54). Sum of RGB (Red+Green+Blue) = 197+219+54=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB36 is #3A24C9. Grayscale: #C2C2C2. Windows color (decimal): -3810506 or 3595205. OLE color: 3595205.
HSL color Cylindrical-coordinate representation of color #C5DB36: hue angle of 68º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5DB36 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 54 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.14 |
| HSL | 68º | 0.7% | 0.54% | - |
| HSV(B) | 68º | 0.75% | 0.86% | - |
| XYZ | 49.02 | 62.8 | 13.03 | - |
| YUV | 193.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 54 | 0.10 | 0 | 0.75 | 0.14 | 68 | 0.7 | 0.54 |
| Hex | C5 | DB | 36 | A | 0 | 4B | E | 44 | 46 | 36 |
| Octal | 305 | 333 | 66 | 12 | 0 | 113 | 16 | 104 | 106 | 66 |
| Binary | 11000101 | 11011011 | 110110 | 1010 | 0 | 1001011 | 1110 | 1000100 | 1000110 | 110110 |
Color Harmonies of #C5DB36
Complementary color
Monochromatic Colors of #C5DB36
Black with #C5DB36
Text Example
Text Example
White with #C5DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB36; }
p { color: rgb(197,219,54); }
H1.HeaderClassName
{
color: #C5DB36;
}
.AnyTagClassName
{
color: #C5DB36;
}
</style>
background-color css
<style>
a { background-color: #C5DB36; }
a { background-color: rgb(197,219,54); }
div.DivClassName
{
background-color: #C5DB36;
}
.BgClassName
{
background-color: #C5DB36;
}
</style>
border-color css
<style>
span { border-color: #C5DB36; }
span { border-color: rgb(197,219,54); }
td.TdClassName
{
border-color: #C5DB36;
}
.TagClassName
{
border-color: #C5DB36;
}
</style>