Shades of Las Palmas #C7DC47
Tints of Las Palmas #C7DC47
RGB
CMYK
RGB Variations
Color information
#C7DC47 (or 0xC7DC47) is known color: Las Palmas. HEX triplet: C7, DC and 47. RGB value is (199,220,71). Sum of RGB (Red+Green+Blue) = 199+220+71=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC47 is #3823B8. Grayscale: #C5C5C5. Windows color (decimal): -3679161 or 4709575. OLE color: 4709575.
HSL color Cylindrical-coordinate representation of color #C7DC47: hue angle of 68.46º degrees, saturation: 0.68, 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 #C7DC47 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 71 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.14 |
| HSL | 68.46º | 0.68% | 0.57% | - |
| HSV(B) | 68.46º | 0.68% | 0.86% | - |
| XYZ | 50.28 | 63.78 | 15.62 | - |
| YUV | 196.74 | 57.04 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 71 | 0.10 | 0 | 0.68 | 0.14 | 68.46 | 0.68 | 0.57 |
| Hex | C7 | DC | 47 | A | 0 | 44 | E | 44 | 44 | 39 |
| Octal | 307 | 334 | 107 | 12 | 0 | 104 | 16 | 104 | 104 | 71 |
| Binary | 11000111 | 11011100 | 1000111 | 1010 | 0 | 1000100 | 1110 | 1000100 | 1000100 | 111001 |
Color Harmonies of #C7DC47
Complementary color
Monochromatic Colors of #C7DC47
Black with #C7DC47
Text Example
Text Example
White with #C7DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC47; }
p { color: rgb(199,220,71); }
H1.HeaderClassName
{
color: #C7DC47;
}
.AnyTagClassName
{
color: #C7DC47;
}
</style>
background-color css
<style>
a { background-color: #C7DC47; }
a { background-color: rgb(199,220,71); }
div.DivClassName
{
background-color: #C7DC47;
}
.BgClassName
{
background-color: #C7DC47;
}
</style>
border-color css
<style>
span { border-color: #C7DC47; }
span { border-color: rgb(199,220,71); }
td.TdClassName
{
border-color: #C7DC47;
}
.TagClassName
{
border-color: #C7DC47;
}
</style>