Shades of Las Palmas #C0DD40
Tints of Las Palmas #C0DD40
RGB
CMYK
RGB Variations
Color information
#C0DD40 (or 0xC0DD40) is known color: Las Palmas. HEX triplet: C0, DD and 40. RGB value is (192,221,64). Sum of RGB (Red+Green+Blue) = 192+221+64=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD40 is #3F22BF. Grayscale: #C3C3C3. Windows color (decimal): -4137664 or 4251072. OLE color: 4251072.
HSL color Cylindrical-coordinate representation of color #C0DD40: hue angle of 71.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0DD40 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 64 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.13 |
| HSL | 71.08º | 0.7% | 0.56% | - |
| HSV(B) | 71.08º | 0.71% | 0.87% | - |
| XYZ | 48.52 | 63.29 | 14.51 | - |
| YUV | 194.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 64 | 0.13 | 0 | 0.71 | 0.13 | 71.08 | 0.7 | 0.56 |
| Hex | C0 | DD | 40 | D | 0 | 47 | D | 47 | 46 | 38 |
| Octal | 300 | 335 | 100 | 15 | 0 | 107 | 15 | 107 | 106 | 70 |
| Binary | 11000000 | 11011101 | 1000000 | 1101 | 0 | 1000111 | 1101 | 1000111 | 1000110 | 111000 |
Color Harmonies of #C0DD40
Complementary color
Monochromatic Colors of #C0DD40
Black with #C0DD40
Text Example
Text Example
White with #C0DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD40; }
p { color: rgb(192,221,64); }
H1.HeaderClassName
{
color: #C0DD40;
}
.AnyTagClassName
{
color: #C0DD40;
}
</style>
background-color css
<style>
a { background-color: #C0DD40; }
a { background-color: rgb(192,221,64); }
div.DivClassName
{
background-color: #C0DD40;
}
.BgClassName
{
background-color: #C0DD40;
}
</style>
border-color css
<style>
span { border-color: #C0DD40; }
span { border-color: rgb(192,221,64); }
td.TdClassName
{
border-color: #C0DD40;
}
.TagClassName
{
border-color: #C0DD40;
}
</style>