Shades of Las Palmas #C0D246
Tints of Las Palmas #C0D246
RGB
CMYK
RGB Variations
Color information
#C0D246 (or 0xC0D246) is known color: Las Palmas. HEX triplet: C0, D2 and 46. RGB value is (192,210,70). Sum of RGB (Red+Green+Blue) = 192+210+70=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 70 (27.73% from 255 or 14.83% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D246 is #3F2DB9. Grayscale: #BDBDBD. Windows color (decimal): -4140474 or 4641472. OLE color: 4641472.
HSL color Cylindrical-coordinate representation of color #C0D246: hue angle of 67.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0D246 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 210 | 70 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.18 |
| HSL | 67.71º | 0.61% | 0.55% | - |
| HSV(B) | 67.71º | 0.67% | 0.82% | - |
| XYZ | 45.89 | 57.74 | 14.52 | - |
| YUV | 188.66 | 61.04 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 210 | 70 | 0.09 | 0 | 0.67 | 0.18 | 67.71 | 0.61 | 0.55 |
| Hex | C0 | D2 | 46 | 9 | 0 | 43 | 12 | 44 | 3D | 37 |
| Octal | 300 | 322 | 106 | 11 | 0 | 103 | 22 | 104 | 75 | 67 |
| Binary | 11000000 | 11010010 | 1000110 | 1001 | 0 | 1000011 | 10010 | 1000100 | 111101 | 110111 |
Color Harmonies of #C0D246
Complementary color
Monochromatic Colors of #C0D246
Black with #C0D246
Text Example
Text Example
White with #C0D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D246; }
p { color: rgb(192,210,70); }
H1.HeaderClassName
{
color: #C0D246;
}
.AnyTagClassName
{
color: #C0D246;
}
</style>
background-color css
<style>
a { background-color: #C0D246; }
a { background-color: rgb(192,210,70); }
div.DivClassName
{
background-color: #C0D246;
}
.BgClassName
{
background-color: #C0D246;
}
</style>
border-color css
<style>
span { border-color: #C0D246; }
span { border-color: rgb(192,210,70); }
td.TdClassName
{
border-color: #C0D246;
}
.TagClassName
{
border-color: #C0D246;
}
</style>