Shades of Las Palmas #C0DB37
Tints of Las Palmas #C0DB37
RGB
CMYK
RGB Variations
Color information
#C0DB37 (or 0xC0DB37) is known color: Las Palmas. HEX triplet: C0, DB and 37. RGB value is (192,219,55). Sum of RGB (Red+Green+Blue) = 192+219+55=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB37 is #3F24C8. Grayscale: #C0C0C0. Windows color (decimal): -4138185 or 3660736. OLE color: 3660736.
HSL color Cylindrical-coordinate representation of color #C0DB37: hue angle of 69.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0DB37 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 55 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.14 |
| HSL | 69.88º | 0.69% | 0.54% | - |
| HSV(B) | 69.88º | 0.75% | 0.86% | - |
| XYZ | 47.76 | 62.15 | 13.09 | - |
| YUV | 192.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 55 | 0.12 | 0 | 0.75 | 0.14 | 69.88 | 0.69 | 0.54 |
| Hex | C0 | DB | 37 | C | 0 | 4B | E | 46 | 45 | 36 |
| Octal | 300 | 333 | 67 | 14 | 0 | 113 | 16 | 106 | 105 | 66 |
| Binary | 11000000 | 11011011 | 110111 | 1100 | 0 | 1001011 | 1110 | 1000110 | 1000101 | 110110 |
Color Harmonies of #C0DB37
Complementary color
Monochromatic Colors of #C0DB37
Black with #C0DB37
Text Example
Text Example
White with #C0DB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB37; }
p { color: rgb(192,219,55); }
H1.HeaderClassName
{
color: #C0DB37;
}
.AnyTagClassName
{
color: #C0DB37;
}
</style>
background-color css
<style>
a { background-color: #C0DB37; }
a { background-color: rgb(192,219,55); }
div.DivClassName
{
background-color: #C0DB37;
}
.BgClassName
{
background-color: #C0DB37;
}
</style>
border-color css
<style>
span { border-color: #C0DB37; }
span { border-color: rgb(192,219,55); }
td.TdClassName
{
border-color: #C0DB37;
}
.TagClassName
{
border-color: #C0DB37;
}
</style>