Shades of Las Palmas #C4DB4D
Tints of Las Palmas #C4DB4D
RGB
CMYK
RGB Variations
Color information
#C4DB4D (or 0xC4DB4D) is known color: Las Palmas. HEX triplet: C4, DB and 4D. RGB value is (196,219,77). Sum of RGB (Red+Green+Blue) = 196+219+77=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DB4D is #3B24B2. Grayscale: #C4C4C4. Windows color (decimal): -3876019 or 5102532. OLE color: 5102532.
HSL color Cylindrical-coordinate representation of color #C4DB4D: hue angle of 69.72º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4DB4D is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 77 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.14 |
| HSL | 69.72º | 0.66% | 0.58% | - |
| HSV(B) | 69.72º | 0.65% | 0.86% | - |
| XYZ | 49.44 | 62.93 | 16.56 | - |
| YUV | 195.94 | 60.88 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 77 | 0.11 | 0 | 0.65 | 0.14 | 69.72 | 0.66 | 0.58 |
| Hex | C4 | DB | 4D | B | 0 | 41 | E | 46 | 42 | 3A |
| Octal | 304 | 333 | 115 | 13 | 0 | 101 | 16 | 106 | 102 | 72 |
| Binary | 11000100 | 11011011 | 1001101 | 1011 | 0 | 1000001 | 1110 | 1000110 | 1000010 | 111010 |
Color Harmonies of #C4DB4D
Complementary color
Monochromatic Colors of #C4DB4D
Black with #C4DB4D
Text Example
Text Example
White with #C4DB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB4D; }
p { color: rgb(196,219,77); }
H1.HeaderClassName
{
color: #C4DB4D;
}
.AnyTagClassName
{
color: #C4DB4D;
}
</style>
background-color css
<style>
a { background-color: #C4DB4D; }
a { background-color: rgb(196,219,77); }
div.DivClassName
{
background-color: #C4DB4D;
}
.BgClassName
{
background-color: #C4DB4D;
}
</style>
border-color css
<style>
span { border-color: #C4DB4D; }
span { border-color: rgb(196,219,77); }
td.TdClassName
{
border-color: #C4DB4D;
}
.TagClassName
{
border-color: #C4DB4D;
}
</style>