Shades of Las Palmas #C4DB47
Tints of Las Palmas #C4DB47
RGB
CMYK
RGB Variations
Color information
#C4DB47 (or 0xC4DB47) is known color: Las Palmas. HEX triplet: C4, DB and 47. RGB value is (196,219,71). Sum of RGB (Red+Green+Blue) = 196+219+71=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB47 is #3B24B8. Grayscale: #C3C3C3. Windows color (decimal): -3876025 or 4709316. OLE color: 4709316.
HSL color Cylindrical-coordinate representation of color #C4DB47: hue angle of 69.32º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4DB47 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 71 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.14 |
| HSL | 69.32º | 0.67% | 0.57% | - |
| HSV(B) | 69.32º | 0.68% | 0.86% | - |
| XYZ | 49.23 | 62.85 | 15.5 | - |
| YUV | 195.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 71 | 0.11 | 0 | 0.68 | 0.14 | 69.32 | 0.67 | 0.57 |
| Hex | C4 | DB | 47 | B | 0 | 44 | E | 45 | 43 | 39 |
| Octal | 304 | 333 | 107 | 13 | 0 | 104 | 16 | 105 | 103 | 71 |
| Binary | 11000100 | 11011011 | 1000111 | 1011 | 0 | 1000100 | 1110 | 1000101 | 1000011 | 111001 |
Color Harmonies of #C4DB47
Complementary color
Monochromatic Colors of #C4DB47
Black with #C4DB47
Text Example
Text Example
White with #C4DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB47; }
p { color: rgb(196,219,71); }
H1.HeaderClassName
{
color: #C4DB47;
}
.AnyTagClassName
{
color: #C4DB47;
}
</style>
background-color css
<style>
a { background-color: #C4DB47; }
a { background-color: rgb(196,219,71); }
div.DivClassName
{
background-color: #C4DB47;
}
.BgClassName
{
background-color: #C4DB47;
}
</style>
border-color css
<style>
span { border-color: #C4DB47; }
span { border-color: rgb(196,219,71); }
td.TdClassName
{
border-color: #C4DB47;
}
.TagClassName
{
border-color: #C4DB47;
}
</style>