Shades of Las Palmas #C0DC42
Tints of Las Palmas #C0DC42
RGB
CMYK
RGB Variations
Color information
#C0DC42 (or 0xC0DC42) is known color: Las Palmas. HEX triplet: C0, DC and 42. RGB value is (192,220,66). Sum of RGB (Red+Green+Blue) = 192+220+66=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 66 (26.17% from 255 or 13.81% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC42 is #3F23BD. Grayscale: #C2C2C2. Windows color (decimal): -4137918 or 4381888. OLE color: 4381888.
HSL color Cylindrical-coordinate representation of color #C0DC42: hue angle of 70.91º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0DC42 is Cyan = 0.13, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 66 | - |
| CMYK | 0.13 | 0 | 0.7 | 0.14 |
| HSL | 70.91º | 0.69% | 0.56% | - |
| HSV(B) | 70.91º | 0.7% | 0.86% | - |
| XYZ | 48.31 | 62.79 | 14.73 | - |
| YUV | 194.07 | 55.72 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 66 | 0.13 | 0 | 0.7 | 0.14 | 70.91 | 0.69 | 0.56 |
| Hex | C0 | DC | 42 | D | 0 | 46 | E | 47 | 45 | 38 |
| Octal | 300 | 334 | 102 | 15 | 0 | 106 | 16 | 107 | 105 | 70 |
| Binary | 11000000 | 11011100 | 1000010 | 1101 | 0 | 1000110 | 1110 | 1000111 | 1000101 | 111000 |
Color Harmonies of #C0DC42
Complementary color
Monochromatic Colors of #C0DC42
Black with #C0DC42
Text Example
Text Example
White with #C0DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC42; }
p { color: rgb(192,220,66); }
H1.HeaderClassName
{
color: #C0DC42;
}
.AnyTagClassName
{
color: #C0DC42;
}
</style>
background-color css
<style>
a { background-color: #C0DC42; }
a { background-color: rgb(192,220,66); }
div.DivClassName
{
background-color: #C0DC42;
}
.BgClassName
{
background-color: #C0DC42;
}
</style>
border-color css
<style>
span { border-color: #C0DC42; }
span { border-color: rgb(192,220,66); }
td.TdClassName
{
border-color: #C0DC42;
}
.TagClassName
{
border-color: #C0DC42;
}
</style>