Shades of Las Palmas #C5DB44
Tints of Las Palmas #C5DB44
RGB
CMYK
RGB Variations
Color information
#C5DB44 (or 0xC5DB44) is known color: Las Palmas. HEX triplet: C5, DB and 44. RGB value is (197,219,68). Sum of RGB (Red+Green+Blue) = 197+219+68=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB44 is #3A24BB. Grayscale: #C3C3C3. Windows color (decimal): -3810492 or 4512709. OLE color: 4512709.
HSL color Cylindrical-coordinate representation of color #C5DB44: hue angle of 68.74º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5DB44 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 68 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.14 |
| HSL | 68.74º | 0.68% | 0.56% | - |
| HSV(B) | 68.74º | 0.69% | 0.86% | - |
| XYZ | 49.4 | 62.95 | 15.02 | - |
| YUV | 195.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 68 | 0.10 | 0 | 0.69 | 0.14 | 68.74 | 0.68 | 0.56 |
| Hex | C5 | DB | 44 | A | 0 | 45 | E | 45 | 44 | 38 |
| Octal | 305 | 333 | 104 | 12 | 0 | 105 | 16 | 105 | 104 | 70 |
| Binary | 11000101 | 11011011 | 1000100 | 1010 | 0 | 1000101 | 1110 | 1000101 | 1000100 | 111000 |
Color Harmonies of #C5DB44
Complementary color
Monochromatic Colors of #C5DB44
Black with #C5DB44
Text Example
Text Example
White with #C5DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB44; }
p { color: rgb(197,219,68); }
H1.HeaderClassName
{
color: #C5DB44;
}
.AnyTagClassName
{
color: #C5DB44;
}
</style>
background-color css
<style>
a { background-color: #C5DB44; }
a { background-color: rgb(197,219,68); }
div.DivClassName
{
background-color: #C5DB44;
}
.BgClassName
{
background-color: #C5DB44;
}
</style>
border-color css
<style>
span { border-color: #C5DB44; }
span { border-color: rgb(197,219,68); }
td.TdClassName
{
border-color: #C5DB44;
}
.TagClassName
{
border-color: #C5DB44;
}
</style>