Shades of Las Palmas #C2CF47
Tints of Las Palmas #C2CF47
RGB
CMYK
RGB Variations
Color information
#C2CF47 (or 0xC2CF47) is known color: Las Palmas. HEX triplet: C2, CF and 47. RGB value is (194,207,71). Sum of RGB (Red+Green+Blue) = 194+207+71=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CF47 is #3D30B8. Grayscale: #BCBCBC. Windows color (decimal): -4010169 or 4706242. OLE color: 4706242.
HSL color Cylindrical-coordinate representation of color #C2CF47: hue angle of 65.74º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2CF47 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 71 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.19 |
| HSL | 65.74º | 0.59% | 0.55% | - |
| HSV(B) | 65.74º | 0.66% | 0.81% | - |
| XYZ | 45.7 | 56.55 | 14.47 | - |
| YUV | 187.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 71 | 0.06 | 0 | 0.66 | 0.19 | 65.74 | 0.59 | 0.55 |
| Hex | C2 | CF | 47 | 6 | 0 | 42 | 13 | 42 | 3B | 37 |
| Octal | 302 | 317 | 107 | 6 | 0 | 102 | 23 | 102 | 73 | 67 |
| Binary | 11000010 | 11001111 | 1000111 | 110 | 0 | 1000010 | 10011 | 1000010 | 111011 | 110111 |
Color Harmonies of #C2CF47
Complementary color
Monochromatic Colors of #C2CF47
Black with #C2CF47
Text Example
Text Example
White with #C2CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF47; }
p { color: rgb(194,207,71); }
H1.HeaderClassName
{
color: #C2CF47;
}
.AnyTagClassName
{
color: #C2CF47;
}
</style>
background-color css
<style>
a { background-color: #C2CF47; }
a { background-color: rgb(194,207,71); }
div.DivClassName
{
background-color: #C2CF47;
}
.BgClassName
{
background-color: #C2CF47;
}
</style>
border-color css
<style>
span { border-color: #C2CF47; }
span { border-color: rgb(194,207,71); }
td.TdClassName
{
border-color: #C2CF47;
}
.TagClassName
{
border-color: #C2CF47;
}
</style>