Shades of Las Palmas #C5DB47
Tints of Las Palmas #C5DB47
RGB
CMYK
RGB Variations
Color information
#C5DB47 (or 0xC5DB47) is known color: Las Palmas. HEX triplet: C5, DB and 47. RGB value is (197,219,71). Sum of RGB (Red+Green+Blue) = 197+219+71=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB47 is #3A24B8. Grayscale: #C4C4C4. Windows color (decimal): -3810489 or 4709317. OLE color: 4709317.
HSL color Cylindrical-coordinate representation of color #C5DB47: hue angle of 68.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5DB47 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 71 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.14 |
| HSL | 68.92º | 0.67% | 0.57% | - |
| HSV(B) | 68.92º | 0.68% | 0.86% | - |
| XYZ | 49.49 | 62.99 | 15.51 | - |
| YUV | 195.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 71 | 0.10 | 0 | 0.68 | 0.14 | 68.92 | 0.67 | 0.57 |
| Hex | C5 | DB | 47 | A | 0 | 44 | E | 45 | 43 | 39 |
| Octal | 305 | 333 | 107 | 12 | 0 | 104 | 16 | 105 | 103 | 71 |
| Binary | 11000101 | 11011011 | 1000111 | 1010 | 0 | 1000100 | 1110 | 1000101 | 1000011 | 111001 |
Color Harmonies of #C5DB47
Complementary color
Monochromatic Colors of #C5DB47
Black with #C5DB47
Text Example
Text Example
White with #C5DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB47; }
p { color: rgb(197,219,71); }
H1.HeaderClassName
{
color: #C5DB47;
}
.AnyTagClassName
{
color: #C5DB47;
}
</style>
background-color css
<style>
a { background-color: #C5DB47; }
a { background-color: rgb(197,219,71); }
div.DivClassName
{
background-color: #C5DB47;
}
.BgClassName
{
background-color: #C5DB47;
}
</style>
border-color css
<style>
span { border-color: #C5DB47; }
span { border-color: rgb(197,219,71); }
td.TdClassName
{
border-color: #C5DB47;
}
.TagClassName
{
border-color: #C5DB47;
}
</style>