Shades of Las Palmas #C4D247
Tints of Las Palmas #C4D247
RGB
CMYK
RGB Variations
Color information
#C4D247 (or 0xC4D247) is known color: Las Palmas. HEX triplet: C4, D2 and 47. RGB value is (196,210,71). Sum of RGB (Red+Green+Blue) = 196+210+71=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 71 (28.12% from 255 or 14.88% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D247 is #3B2DB8. Grayscale: #BEBEBE. Windows color (decimal): -3878329 or 4707012. OLE color: 4707012.
HSL color Cylindrical-coordinate representation of color #C4D247: hue angle of 66.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4D247 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 71 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.18 |
| HSL | 66.04º | 0.61% | 0.55% | - |
| HSV(B) | 66.04º | 0.66% | 0.82% | - |
| XYZ | 46.95 | 58.28 | 14.74 | - |
| YUV | 189.97 | 60.86 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 71 | 0.07 | 0 | 0.66 | 0.18 | 66.04 | 0.61 | 0.55 |
| Hex | C4 | D2 | 47 | 7 | 0 | 42 | 12 | 42 | 3D | 37 |
| Octal | 304 | 322 | 107 | 7 | 0 | 102 | 22 | 102 | 75 | 67 |
| Binary | 11000100 | 11010010 | 1000111 | 111 | 0 | 1000010 | 10010 | 1000010 | 111101 | 110111 |
Color Harmonies of #C4D247
Complementary color
Monochromatic Colors of #C4D247
Black with #C4D247
Text Example
Text Example
White with #C4D247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D247; }
p { color: rgb(196,210,71); }
H1.HeaderClassName
{
color: #C4D247;
}
.AnyTagClassName
{
color: #C4D247;
}
</style>
background-color css
<style>
a { background-color: #C4D247; }
a { background-color: rgb(196,210,71); }
div.DivClassName
{
background-color: #C4D247;
}
.BgClassName
{
background-color: #C4D247;
}
</style>
border-color css
<style>
span { border-color: #C4D247; }
span { border-color: rgb(196,210,71); }
td.TdClassName
{
border-color: #C4D247;
}
.TagClassName
{
border-color: #C4D247;
}
</style>