Shades of Las Palmas #C4DB33
Tints of Las Palmas #C4DB33
RGB
CMYK
RGB Variations
Color information
#C4DB33 (or 0xC4DB33) is known color: Las Palmas. HEX triplet: C4, DB and 33. RGB value is (196,219,51). Sum of RGB (Red+Green+Blue) = 196+219+51=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB33 is #3B24CC. Grayscale: #C1C1C1. Windows color (decimal): -3876045 or 3398596. OLE color: 3398596.
HSL color Cylindrical-coordinate representation of color #C4DB33: hue angle of 68.21º 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 #C4DB33 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 51 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.14 |
| HSL | 68.21º | 0.7% | 0.53% | - |
| HSV(B) | 68.21º | 0.77% | 0.86% | - |
| XYZ | 48.69 | 62.64 | 12.66 | - |
| YUV | 192.97 | 47.88 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 51 | 0.11 | 0 | 0.77 | 0.14 | 68.21 | 0.7 | 0.53 |
| Hex | C4 | DB | 33 | B | 0 | 4D | E | 44 | 46 | 35 |
| Octal | 304 | 333 | 63 | 13 | 0 | 115 | 16 | 104 | 106 | 65 |
| Binary | 11000100 | 11011011 | 110011 | 1011 | 0 | 1001101 | 1110 | 1000100 | 1000110 | 110101 |
Color Harmonies of #C4DB33
Complementary color
Monochromatic Colors of #C4DB33
Black with #C4DB33
Text Example
Text Example
White with #C4DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB33; }
p { color: rgb(196,219,51); }
H1.HeaderClassName
{
color: #C4DB33;
}
.AnyTagClassName
{
color: #C4DB33;
}
</style>
background-color css
<style>
a { background-color: #C4DB33; }
a { background-color: rgb(196,219,51); }
div.DivClassName
{
background-color: #C4DB33;
}
.BgClassName
{
background-color: #C4DB33;
}
</style>
border-color css
<style>
span { border-color: #C4DB33; }
span { border-color: rgb(196,219,51); }
td.TdClassName
{
border-color: #C4DB33;
}
.TagClassName
{
border-color: #C4DB33;
}
</style>