Shades of Las Palmas #C0DB38
Tints of Las Palmas #C0DB38
RGB
CMYK
RGB Variations
Color information
#C0DB38 (or 0xC0DB38) is known color: Las Palmas. HEX triplet: C0, DB and 38. RGB value is (192,219,56). Sum of RGB (Red+Green+Blue) = 192+219+56=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DB38 is #3F24C7. Grayscale: #C0C0C0. Windows color (decimal): -4138184 or 3726272. OLE color: 3726272.
HSL color Cylindrical-coordinate representation of color #C0DB38: hue angle of 69.94º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0DB38 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 56 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.14 |
| HSL | 69.94º | 0.69% | 0.54% | - |
| HSV(B) | 69.94º | 0.74% | 0.86% | - |
| XYZ | 47.78 | 62.16 | 13.22 | - |
| YUV | 192.35 | 51.05 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 56 | 0.12 | 0 | 0.74 | 0.14 | 69.94 | 0.69 | 0.54 |
| Hex | C0 | DB | 38 | C | 0 | 4A | E | 46 | 45 | 36 |
| Octal | 300 | 333 | 70 | 14 | 0 | 112 | 16 | 106 | 105 | 66 |
| Binary | 11000000 | 11011011 | 111000 | 1100 | 0 | 1001010 | 1110 | 1000110 | 1000101 | 110110 |
Color Harmonies of #C0DB38
Complementary color
Monochromatic Colors of #C0DB38
Black with #C0DB38
Text Example
Text Example
White with #C0DB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DB38; }
p { color: rgb(192,219,56); }
H1.HeaderClassName
{
color: #C0DB38;
}
.AnyTagClassName
{
color: #C0DB38;
}
</style>
background-color css
<style>
a { background-color: #C0DB38; }
a { background-color: rgb(192,219,56); }
div.DivClassName
{
background-color: #C0DB38;
}
.BgClassName
{
background-color: #C0DB38;
}
</style>
border-color css
<style>
span { border-color: #C0DB38; }
span { border-color: rgb(192,219,56); }
td.TdClassName
{
border-color: #C0DB38;
}
.TagClassName
{
border-color: #C0DB38;
}
</style>