Shades of Las Palmas #C0DD36
Tints of Las Palmas #C0DD36
RGB
CMYK
RGB Variations
Color information
#C0DD36 (or 0xC0DD36) is known color: Las Palmas. HEX triplet: C0, DD and 36. RGB value is (192,221,54). Sum of RGB (Red+Green+Blue) = 192+221+54=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 54 (21.48% from 255 or 11.56% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD36 is #3F22C9. Grayscale: #C1C1C1. Windows color (decimal): -4137674 or 3595712. OLE color: 3595712.
HSL color Cylindrical-coordinate representation of color #C0DD36: hue angle of 70.42º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0DD36 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 54 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.13 |
| HSL | 70.42º | 0.71% | 0.54% | - |
| HSV(B) | 70.42º | 0.76% | 0.87% | - |
| XYZ | 48.26 | 63.19 | 13.14 | - |
| YUV | 193.29 | 49.39 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 54 | 0.13 | 0 | 0.76 | 0.13 | 70.42 | 0.71 | 0.54 |
| Hex | C0 | DD | 36 | D | 0 | 4C | D | 46 | 47 | 36 |
| Octal | 300 | 335 | 66 | 15 | 0 | 114 | 15 | 106 | 107 | 66 |
| Binary | 11000000 | 11011101 | 110110 | 1101 | 0 | 1001100 | 1101 | 1000110 | 1000111 | 110110 |
Color Harmonies of #C0DD36
Complementary color
Monochromatic Colors of #C0DD36
Black with #C0DD36
Text Example
Text Example
White with #C0DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD36; }
p { color: rgb(192,221,54); }
H1.HeaderClassName
{
color: #C0DD36;
}
.AnyTagClassName
{
color: #C0DD36;
}
</style>
background-color css
<style>
a { background-color: #C0DD36; }
a { background-color: rgb(192,221,54); }
div.DivClassName
{
background-color: #C0DD36;
}
.BgClassName
{
background-color: #C0DD36;
}
</style>
border-color css
<style>
span { border-color: #C0DD36; }
span { border-color: rgb(192,221,54); }
td.TdClassName
{
border-color: #C0DD36;
}
.TagClassName
{
border-color: #C0DD36;
}
</style>