Shades of Las Palmas #C4DB3F
Tints of Las Palmas #C4DB3F
RGB
CMYK
RGB Variations
Color information
#C4DB3F (or 0xC4DB3F) is known color: Las Palmas. HEX triplet: C4, DB and 3F. RGB value is (196,219,63). Sum of RGB (Red+Green+Blue) = 196+219+63=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB3F is #3B24C0. Grayscale: #C2C2C2. Windows color (decimal): -3876033 or 4185028. OLE color: 4185028.
HSL color Cylindrical-coordinate representation of color #C4DB3F: hue angle of 68.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4DB3F is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 63 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.14 |
| HSL | 68.85º | 0.68% | 0.55% | - |
| HSV(B) | 68.85º | 0.71% | 0.86% | - |
| XYZ | 48.99 | 62.76 | 14.23 | - |
| YUV | 194.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 63 | 0.11 | 0 | 0.71 | 0.14 | 68.85 | 0.68 | 0.55 |
| Hex | C4 | DB | 3F | B | 0 | 47 | E | 45 | 44 | 37 |
| Octal | 304 | 333 | 77 | 13 | 0 | 107 | 16 | 105 | 104 | 67 |
| Binary | 11000100 | 11011011 | 111111 | 1011 | 0 | 1000111 | 1110 | 1000101 | 1000100 | 110111 |
Color Harmonies of #C4DB3F
Complementary color
Monochromatic Colors of #C4DB3F
Black with #C4DB3F
Text Example
Text Example
White with #C4DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB3F; }
p { color: rgb(196,219,63); }
H1.HeaderClassName
{
color: #C4DB3F;
}
.AnyTagClassName
{
color: #C4DB3F;
}
</style>
background-color css
<style>
a { background-color: #C4DB3F; }
a { background-color: rgb(196,219,63); }
div.DivClassName
{
background-color: #C4DB3F;
}
.BgClassName
{
background-color: #C4DB3F;
}
</style>
border-color css
<style>
span { border-color: #C4DB3F; }
span { border-color: rgb(196,219,63); }
td.TdClassName
{
border-color: #C4DB3F;
}
.TagClassName
{
border-color: #C4DB3F;
}
</style>