Shades of Las Palmas #C0D949
Tints of Las Palmas #C0D949
RGB
CMYK
RGB Variations
Color information
#C0D949 (or 0xC0D949) is known color: Las Palmas. HEX triplet: C0, D9 and 49. RGB value is (192,217,73). Sum of RGB (Red+Green+Blue) = 192+217+73=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D949 is #3F26B6. Grayscale: #C1C1C1. Windows color (decimal): -4138679 or 4839872. OLE color: 4839872.
HSL color Cylindrical-coordinate representation of color #C0D949: hue angle of 70.42º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0D949 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 73 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.15 |
| HSL | 70.42º | 0.65% | 0.57% | - |
| HSV(B) | 70.42º | 0.66% | 0.85% | - |
| XYZ | 47.75 | 61.31 | 15.62 | - |
| YUV | 193.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 73 | 0.12 | 0 | 0.66 | 0.15 | 70.42 | 0.65 | 0.57 |
| Hex | C0 | D9 | 49 | C | 0 | 42 | F | 46 | 41 | 39 |
| Octal | 300 | 331 | 111 | 14 | 0 | 102 | 17 | 106 | 101 | 71 |
| Binary | 11000000 | 11011001 | 1001001 | 1100 | 0 | 1000010 | 1111 | 1000110 | 1000001 | 111001 |
Color Harmonies of #C0D949
Complementary color
Monochromatic Colors of #C0D949
Black with #C0D949
Text Example
Text Example
White with #C0D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D949; }
p { color: rgb(192,217,73); }
H1.HeaderClassName
{
color: #C0D949;
}
.AnyTagClassName
{
color: #C0D949;
}
</style>
background-color css
<style>
a { background-color: #C0D949; }
a { background-color: rgb(192,217,73); }
div.DivClassName
{
background-color: #C0D949;
}
.BgClassName
{
background-color: #C0D949;
}
</style>
border-color css
<style>
span { border-color: #C0D949; }
span { border-color: rgb(192,217,73); }
td.TdClassName
{
border-color: #C0D949;
}
.TagClassName
{
border-color: #C0D949;
}
</style>