Shades of Las Palmas #C0D047
Tints of Las Palmas #C0D047
RGB
CMYK
RGB Variations
Color information
#C0D047 (or 0xC0D047) is known color: Las Palmas. HEX triplet: C0, D0 and 47. RGB value is (192,208,71). Sum of RGB (Red+Green+Blue) = 192+208+71=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D047 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D047 is #3F2FB8. Grayscale: #BCBCBC. Windows color (decimal): -4140985 or 4706496. OLE color: 4706496.
HSL color Cylindrical-coordinate representation of color #C0D047: hue angle of 67.01º degrees, saturation: 0.59, 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 #C0D047 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 71 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.18 |
| HSL | 67.01º | 0.59% | 0.55% | - |
| HSV(B) | 67.01º | 0.66% | 0.82% | - |
| XYZ | 45.43 | 56.77 | 14.53 | - |
| YUV | 187.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 71 | 0.08 | 0 | 0.66 | 0.18 | 67.01 | 0.59 | 0.55 |
| Hex | C0 | D0 | 47 | 8 | 0 | 42 | 12 | 43 | 3B | 37 |
| Octal | 300 | 320 | 107 | 10 | 0 | 102 | 22 | 103 | 73 | 67 |
| Binary | 11000000 | 11010000 | 1000111 | 1000 | 0 | 1000010 | 10010 | 1000011 | 111011 | 110111 |
Color Harmonies of #C0D047
Complementary color
Monochromatic Colors of #C0D047
Black with #C0D047
Text Example
Text Example
White with #C0D047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D047; }
p { color: rgb(192,208,71); }
H1.HeaderClassName
{
color: #C0D047;
}
.AnyTagClassName
{
color: #C0D047;
}
</style>
background-color css
<style>
a { background-color: #C0D047; }
a { background-color: rgb(192,208,71); }
div.DivClassName
{
background-color: #C0D047;
}
.BgClassName
{
background-color: #C0D047;
}
</style>
border-color css
<style>
span { border-color: #C0D047; }
span { border-color: rgb(192,208,71); }
td.TdClassName
{
border-color: #C0D047;
}
.TagClassName
{
border-color: #C0D047;
}
</style>