Shades of Las Palmas #C0D349
Tints of Las Palmas #C0D349
RGB
CMYK
RGB Variations
Color information
#C0D349 (or 0xC0D349) is known color: Las Palmas. HEX triplet: C0, D3 and 49. RGB value is (192,211,73). Sum of RGB (Red+Green+Blue) = 192+211+73=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 73 (28.91% from 255 or 15.34% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D349 is #3F2CB6. Grayscale: #BEBEBE. Windows color (decimal): -4140215 or 4838336. OLE color: 4838336.
HSL color Cylindrical-coordinate representation of color #C0D349: hue angle of 68.26º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0D349 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 211 | 73 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.17 |
| HSL | 68.26º | 0.61% | 0.56% | - |
| HSV(B) | 68.26º | 0.65% | 0.83% | - |
| XYZ | 46.24 | 58.28 | 15.11 | - |
| YUV | 189.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 211 | 73 | 0.09 | 0 | 0.65 | 0.17 | 68.26 | 0.61 | 0.56 |
| Hex | C0 | D3 | 49 | 9 | 0 | 41 | 11 | 44 | 3D | 38 |
| Octal | 300 | 323 | 111 | 11 | 0 | 101 | 21 | 104 | 75 | 70 |
| Binary | 11000000 | 11010011 | 1001001 | 1001 | 0 | 1000001 | 10001 | 1000100 | 111101 | 111000 |
Color Harmonies of #C0D349
Complementary color
Monochromatic Colors of #C0D349
Black with #C0D349
Text Example
Text Example
White with #C0D349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D349; }
p { color: rgb(192,211,73); }
H1.HeaderClassName
{
color: #C0D349;
}
.AnyTagClassName
{
color: #C0D349;
}
</style>
background-color css
<style>
a { background-color: #C0D349; }
a { background-color: rgb(192,211,73); }
div.DivClassName
{
background-color: #C0D349;
}
.BgClassName
{
background-color: #C0D349;
}
</style>
border-color css
<style>
span { border-color: #C0D349; }
span { border-color: rgb(192,211,73); }
td.TdClassName
{
border-color: #C0D349;
}
.TagClassName
{
border-color: #C0D349;
}
</style>