Shades of Las Palmas #C2D847
Tints of Las Palmas #C2D847
RGB
CMYK
RGB Variations
Color information
#C2D847 (or 0xC2D847) is known color: Las Palmas. HEX triplet: C2, D8 and 47. RGB value is (194,216,71). Sum of RGB (Red+Green+Blue) = 194+216+71=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D847 is #3D27B8. Grayscale: #C1C1C1. Windows color (decimal): -4007865 or 4708546. OLE color: 4708546.
HSL color Cylindrical-coordinate representation of color #C2D847: hue angle of 69.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2D847 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 71 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.15 |
| HSL | 69.1º | 0.65% | 0.56% | - |
| HSV(B) | 69.1º | 0.67% | 0.85% | - |
| XYZ | 47.94 | 61.04 | 15.22 | - |
| YUV | 192.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 71 | 0.10 | 0 | 0.67 | 0.15 | 69.1 | 0.65 | 0.56 |
| Hex | C2 | D8 | 47 | A | 0 | 43 | F | 45 | 41 | 38 |
| Octal | 302 | 330 | 107 | 12 | 0 | 103 | 17 | 105 | 101 | 70 |
| Binary | 11000010 | 11011000 | 1000111 | 1010 | 0 | 1000011 | 1111 | 1000101 | 1000001 | 111000 |
Color Harmonies of #C2D847
Complementary color
Monochromatic Colors of #C2D847
Black with #C2D847
Text Example
Text Example
White with #C2D847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D847; }
p { color: rgb(194,216,71); }
H1.HeaderClassName
{
color: #C2D847;
}
.AnyTagClassName
{
color: #C2D847;
}
</style>
background-color css
<style>
a { background-color: #C2D847; }
a { background-color: rgb(194,216,71); }
div.DivClassName
{
background-color: #C2D847;
}
.BgClassName
{
background-color: #C2D847;
}
</style>
border-color css
<style>
span { border-color: #C2D847; }
span { border-color: rgb(194,216,71); }
td.TdClassName
{
border-color: #C2D847;
}
.TagClassName
{
border-color: #C2D847;
}
</style>