Shades of Las Palmas #C5DB39
Tints of Las Palmas #C5DB39
RGB
CMYK
RGB Variations
Color information
#C5DB39 (or 0xC5DB39) is known color: Las Palmas. HEX triplet: C5, DB and 39. RGB value is (197,219,57). Sum of RGB (Red+Green+Blue) = 197+219+57=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB39 is #3A24C6. Grayscale: #C2C2C2. Windows color (decimal): -3810503 or 3791813. OLE color: 3791813.
HSL color Cylindrical-coordinate representation of color #C5DB39: hue angle of 68.15º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5DB39 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 57 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.14 |
| HSL | 68.15º | 0.69% | 0.54% | - |
| HSV(B) | 68.15º | 0.74% | 0.86% | - |
| XYZ | 49.1 | 62.83 | 13.41 | - |
| YUV | 193.95 | 50.71 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 57 | 0.10 | 0 | 0.74 | 0.14 | 68.15 | 0.69 | 0.54 |
| Hex | C5 | DB | 39 | A | 0 | 4A | E | 44 | 45 | 36 |
| Octal | 305 | 333 | 71 | 12 | 0 | 112 | 16 | 104 | 105 | 66 |
| Binary | 11000101 | 11011011 | 111001 | 1010 | 0 | 1001010 | 1110 | 1000100 | 1000101 | 110110 |
Color Harmonies of #C5DB39
Complementary color
Monochromatic Colors of #C5DB39
Black with #C5DB39
Text Example
Text Example
White with #C5DB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB39; }
p { color: rgb(197,219,57); }
H1.HeaderClassName
{
color: #C5DB39;
}
.AnyTagClassName
{
color: #C5DB39;
}
</style>
background-color css
<style>
a { background-color: #C5DB39; }
a { background-color: rgb(197,219,57); }
div.DivClassName
{
background-color: #C5DB39;
}
.BgClassName
{
background-color: #C5DB39;
}
</style>
border-color css
<style>
span { border-color: #C5DB39; }
span { border-color: rgb(197,219,57); }
td.TdClassName
{
border-color: #C5DB39;
}
.TagClassName
{
border-color: #C5DB39;
}
</style>