Shades of Las Palmas #C0DB3F
Tints of Las Palmas #C0DB3F
RGB
CMYK
RGB Variations
Color information
#C0DB3F (or 0xC0DB3F) is known color: Las Palmas. HEX triplet: C0, DB and 3F. RGB value is (192,219,63). Sum of RGB (Red+Green+Blue) = 192+219+63=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB3F is #3F24C0. Grayscale: #C1C1C1. Windows color (decimal): -4138177 or 4185024. OLE color: 4185024.
HSL color Cylindrical-coordinate representation of color #C0DB3F: hue angle of 70.38º 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 #C0DB3F is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 63 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.14 |
| HSL | 70.38º | 0.68% | 0.55% | - |
| HSV(B) | 70.38º | 0.71% | 0.86% | - |
| XYZ | 47.97 | 62.23 | 14.19 | - |
| YUV | 193.14 | 54.55 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 63 | 0.12 | 0 | 0.71 | 0.14 | 70.38 | 0.68 | 0.55 |
| Hex | C0 | DB | 3F | C | 0 | 47 | E | 46 | 44 | 37 |
| Octal | 300 | 333 | 77 | 14 | 0 | 107 | 16 | 106 | 104 | 67 |
| Binary | 11000000 | 11011011 | 111111 | 1100 | 0 | 1000111 | 1110 | 1000110 | 1000100 | 110111 |
Color Harmonies of #C0DB3F
Complementary color
Monochromatic Colors of #C0DB3F
Black with #C0DB3F
Text Example
Text Example
White with #C0DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB3F; }
p { color: rgb(192,219,63); }
H1.HeaderClassName
{
color: #C0DB3F;
}
.AnyTagClassName
{
color: #C0DB3F;
}
</style>
background-color css
<style>
a { background-color: #C0DB3F; }
a { background-color: rgb(192,219,63); }
div.DivClassName
{
background-color: #C0DB3F;
}
.BgClassName
{
background-color: #C0DB3F;
}
</style>
border-color css
<style>
span { border-color: #C0DB3F; }
span { border-color: rgb(192,219,63); }
td.TdClassName
{
border-color: #C0DB3F;
}
.TagClassName
{
border-color: #C0DB3F;
}
</style>