Shades of Las Palmas #C0CD42
Tints of Las Palmas #C0CD42
RGB
CMYK
RGB Variations
Color information
#C0CD42 (or 0xC0CD42) is known color: Las Palmas. HEX triplet: C0, CD and 42. RGB value is (192,205,66). Sum of RGB (Red+Green+Blue) = 192+205+66=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CD42 is #3F32BD. Grayscale: #B9B9B9. Windows color (decimal): -4141758 or 4378048. OLE color: 4378048.
HSL color Cylindrical-coordinate representation of color #C0CD42: hue angle of 65.61º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0CD42 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 66 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.20 |
| HSL | 65.61º | 0.58% | 0.53% | - |
| HSV(B) | 65.61º | 0.68% | 0.8% | - |
| XYZ | 44.55 | 55.26 | 13.47 | - |
| YUV | 185.27 | 60.69 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 66 | 0.06 | 0 | 0.68 | 0.20 | 65.61 | 0.58 | 0.53 |
| Hex | C0 | CD | 42 | 6 | 0 | 44 | 14 | 42 | 3A | 35 |
| Octal | 300 | 315 | 102 | 6 | 0 | 104 | 24 | 102 | 72 | 65 |
| Binary | 11000000 | 11001101 | 1000010 | 110 | 0 | 1000100 | 10100 | 1000010 | 111010 | 110101 |
Color Harmonies of #C0CD42
Complementary color
Monochromatic Colors of #C0CD42
Black with #C0CD42
Text Example
Text Example
White with #C0CD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD42; }
p { color: rgb(192,205,66); }
H1.HeaderClassName
{
color: #C0CD42;
}
.AnyTagClassName
{
color: #C0CD42;
}
</style>
background-color css
<style>
a { background-color: #C0CD42; }
a { background-color: rgb(192,205,66); }
div.DivClassName
{
background-color: #C0CD42;
}
.BgClassName
{
background-color: #C0CD42;
}
</style>
border-color css
<style>
span { border-color: #C0CD42; }
span { border-color: rgb(192,205,66); }
td.TdClassName
{
border-color: #C0CD42;
}
.TagClassName
{
border-color: #C0CD42;
}
</style>