Shades of Las Palmas #C0DD42
Tints of Las Palmas #C0DD42
RGB
CMYK
RGB Variations
Color information
#C0DD42 (or 0xC0DD42) is known color: Las Palmas. HEX triplet: C0, DD and 42. RGB value is (192,221,66). Sum of RGB (Red+Green+Blue) = 192+221+66=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD42 is #3F22BD. Grayscale: #C3C3C3. Windows color (decimal): -4137662 or 4382144. OLE color: 4382144.
HSL color Cylindrical-coordinate representation of color #C0DD42: hue angle of 71.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0DD42 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 66 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.13 |
| HSL | 71.23º | 0.7% | 0.56% | - |
| HSV(B) | 71.23º | 0.7% | 0.87% | - |
| XYZ | 48.58 | 63.31 | 14.81 | - |
| YUV | 194.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 66 | 0.13 | 0 | 0.70 | 0.13 | 71.23 | 0.7 | 0.56 |
| Hex | C0 | DD | 42 | D | 0 | 46 | D | 47 | 46 | 38 |
| Octal | 300 | 335 | 102 | 15 | 0 | 106 | 15 | 107 | 106 | 70 |
| Binary | 11000000 | 11011101 | 1000010 | 1101 | 0 | 1000110 | 1101 | 1000111 | 1000110 | 111000 |
Color Harmonies of #C0DD42
Complementary color
Monochromatic Colors of #C0DD42
Black with #C0DD42
Text Example
Text Example
White with #C0DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD42; }
p { color: rgb(192,221,66); }
H1.HeaderClassName
{
color: #C0DD42;
}
.AnyTagClassName
{
color: #C0DD42;
}
</style>
background-color css
<style>
a { background-color: #C0DD42; }
a { background-color: rgb(192,221,66); }
div.DivClassName
{
background-color: #C0DD42;
}
.BgClassName
{
background-color: #C0DD42;
}
</style>
border-color css
<style>
span { border-color: #C0DD42; }
span { border-color: rgb(192,221,66); }
td.TdClassName
{
border-color: #C0DD42;
}
.TagClassName
{
border-color: #C0DD42;
}
</style>