Shades of Las Palmas #C0DB45
Tints of Las Palmas #C0DB45
RGB
CMYK
RGB Variations
Color information
#C0DB45 (or 0xC0DB45) is known color: Las Palmas. HEX triplet: C0, DB and 45. RGB value is (192,219,69). Sum of RGB (Red+Green+Blue) = 192+219+69=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB45 is #3F24BA. Grayscale: #C2C2C2. Windows color (decimal): -4138171 or 4578240. OLE color: 4578240.
HSL color Cylindrical-coordinate representation of color #C0DB45: hue angle of 70.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0DB45 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 69 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.14 |
| HSL | 70.8º | 0.68% | 0.56% | - |
| HSV(B) | 70.8º | 0.68% | 0.86% | - |
| XYZ | 48.14 | 62.3 | 15.12 | - |
| YUV | 193.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 69 | 0.12 | 0 | 0.68 | 0.14 | 70.8 | 0.68 | 0.56 |
| Hex | C0 | DB | 45 | C | 0 | 44 | E | 47 | 44 | 38 |
| Octal | 300 | 333 | 105 | 14 | 0 | 104 | 16 | 107 | 104 | 70 |
| Binary | 11000000 | 11011011 | 1000101 | 1100 | 0 | 1000100 | 1110 | 1000111 | 1000100 | 111000 |
Color Harmonies of #C0DB45
Complementary color
Monochromatic Colors of #C0DB45
Black with #C0DB45
Text Example
Text Example
White with #C0DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB45; }
p { color: rgb(192,219,69); }
H1.HeaderClassName
{
color: #C0DB45;
}
.AnyTagClassName
{
color: #C0DB45;
}
</style>
background-color css
<style>
a { background-color: #C0DB45; }
a { background-color: rgb(192,219,69); }
div.DivClassName
{
background-color: #C0DB45;
}
.BgClassName
{
background-color: #C0DB45;
}
</style>
border-color css
<style>
span { border-color: #C0DB45; }
span { border-color: rgb(192,219,69); }
td.TdClassName
{
border-color: #C0DB45;
}
.TagClassName
{
border-color: #C0DB45;
}
</style>