Shades of Las Palmas #C0DB40
Tints of Las Palmas #C0DB40
RGB
CMYK
RGB Variations
Color information
#C0DB40 (or 0xC0DB40) is known color: Las Palmas. HEX triplet: C0, DB and 40. RGB value is (192,219,64). Sum of RGB (Red+Green+Blue) = 192+219+64=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB40 is #3F24BF. Grayscale: #C1C1C1. Windows color (decimal): -4138176 or 4250560. OLE color: 4250560.
HSL color Cylindrical-coordinate representation of color #C0DB40: hue angle of 70.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0DB40 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 64 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.14 |
| HSL | 70.45º | 0.68% | 0.55% | - |
| HSV(B) | 70.45º | 0.71% | 0.86% | - |
| XYZ | 48 | 62.24 | 14.33 | - |
| YUV | 193.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 64 | 0.12 | 0 | 0.71 | 0.14 | 70.45 | 0.68 | 0.55 |
| Hex | C0 | DB | 40 | C | 0 | 47 | E | 46 | 44 | 37 |
| Octal | 300 | 333 | 100 | 14 | 0 | 107 | 16 | 106 | 104 | 67 |
| Binary | 11000000 | 11011011 | 1000000 | 1100 | 0 | 1000111 | 1110 | 1000110 | 1000100 | 110111 |
Color Harmonies of #C0DB40
Complementary color
Monochromatic Colors of #C0DB40
Black with #C0DB40
Text Example
Text Example
White with #C0DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB40; }
p { color: rgb(192,219,64); }
H1.HeaderClassName
{
color: #C0DB40;
}
.AnyTagClassName
{
color: #C0DB40;
}
</style>
background-color css
<style>
a { background-color: #C0DB40; }
a { background-color: rgb(192,219,64); }
div.DivClassName
{
background-color: #C0DB40;
}
.BgClassName
{
background-color: #C0DB40;
}
</style>
border-color css
<style>
span { border-color: #C0DB40; }
span { border-color: rgb(192,219,64); }
td.TdClassName
{
border-color: #C0DB40;
}
.TagClassName
{
border-color: #C0DB40;
}
</style>