Shades of Las Palmas #C5DB33
Tints of Las Palmas #C5DB33
RGB
CMYK
RGB Variations
Color information
#C5DB33 (or 0xC5DB33) is known color: Las Palmas. HEX triplet: C5, DB and 33. RGB value is (197,219,51). Sum of RGB (Red+Green+Blue) = 197+219+51=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DB33 is #3A24CC. Grayscale: #C1C1C1. Windows color (decimal): -3810509 or 3398597. OLE color: 3398597.
HSL color Cylindrical-coordinate representation of color #C5DB33: hue angle of 67.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5DB33 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 51 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.14 |
| HSL | 67.86º | 0.7% | 0.53% | - |
| HSV(B) | 67.86º | 0.77% | 0.86% | - |
| XYZ | 48.96 | 62.77 | 12.67 | - |
| YUV | 193.27 | 47.71 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 51 | 0.10 | 0 | 0.77 | 0.14 | 67.86 | 0.7 | 0.53 |
| Hex | C5 | DB | 33 | A | 0 | 4D | E | 44 | 46 | 35 |
| Octal | 305 | 333 | 63 | 12 | 0 | 115 | 16 | 104 | 106 | 65 |
| Binary | 11000101 | 11011011 | 110011 | 1010 | 0 | 1001101 | 1110 | 1000100 | 1000110 | 110101 |
Color Harmonies of #C5DB33
Complementary color
Monochromatic Colors of #C5DB33
Black with #C5DB33
Text Example
Text Example
White with #C5DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DB33; }
p { color: rgb(197,219,51); }
H1.HeaderClassName
{
color: #C5DB33;
}
.AnyTagClassName
{
color: #C5DB33;
}
</style>
background-color css
<style>
a { background-color: #C5DB33; }
a { background-color: rgb(197,219,51); }
div.DivClassName
{
background-color: #C5DB33;
}
.BgClassName
{
background-color: #C5DB33;
}
</style>
border-color css
<style>
span { border-color: #C5DB33; }
span { border-color: rgb(197,219,51); }
td.TdClassName
{
border-color: #C5DB33;
}
.TagClassName
{
border-color: #C5DB33;
}
</style>