Shades of Las Palmas #C0D847
Tints of Las Palmas #C0D847
RGB
CMYK
RGB Variations
Color information
#C0D847 (or 0xC0D847) is known color: Las Palmas. HEX triplet: C0, D8 and 47. RGB value is (192,216,71). Sum of RGB (Red+Green+Blue) = 192+216+71=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D847 is #3F27B8. Grayscale: #C0C0C0. Windows color (decimal): -4138937 or 4708544. OLE color: 4708544.
HSL color Cylindrical-coordinate representation of color #C0D847: hue angle of 69.93º 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 #C0D847 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 71 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.15 |
| HSL | 69.93º | 0.65% | 0.56% | - |
| HSV(B) | 69.93º | 0.67% | 0.85% | - |
| XYZ | 47.43 | 60.77 | 15.19 | - |
| YUV | 192.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 71 | 0.11 | 0 | 0.67 | 0.15 | 69.93 | 0.65 | 0.56 |
| Hex | C0 | D8 | 47 | B | 0 | 43 | F | 46 | 41 | 38 |
| Octal | 300 | 330 | 107 | 13 | 0 | 103 | 17 | 106 | 101 | 70 |
| Binary | 11000000 | 11011000 | 1000111 | 1011 | 0 | 1000011 | 1111 | 1000110 | 1000001 | 111000 |
Color Harmonies of #C0D847
Complementary color
Monochromatic Colors of #C0D847
Black with #C0D847
Text Example
Text Example
White with #C0D847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D847; }
p { color: rgb(192,216,71); }
H1.HeaderClassName
{
color: #C0D847;
}
.AnyTagClassName
{
color: #C0D847;
}
</style>
background-color css
<style>
a { background-color: #C0D847; }
a { background-color: rgb(192,216,71); }
div.DivClassName
{
background-color: #C0D847;
}
.BgClassName
{
background-color: #C0D847;
}
</style>
border-color css
<style>
span { border-color: #C0D847; }
span { border-color: rgb(192,216,71); }
td.TdClassName
{
border-color: #C0D847;
}
.TagClassName
{
border-color: #C0D847;
}
</style>