Shades of Las Palmas #C0D042
Tints of Las Palmas #C0D042
RGB
CMYK
RGB Variations
Color information
#C0D042 (or 0xC0D042) is known color: Las Palmas. HEX triplet: C0, D0 and 42. RGB value is (192,208,66). Sum of RGB (Red+Green+Blue) = 192+208+66=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D042 is #3F2FBD. Grayscale: #BBBBBB. Windows color (decimal): -4140990 or 4378816. OLE color: 4378816.
HSL color Cylindrical-coordinate representation of color #C0D042: hue angle of 66.76º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0D042 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 66 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.18 |
| HSL | 66.76º | 0.6% | 0.54% | - |
| HSV(B) | 66.76º | 0.68% | 0.82% | - |
| XYZ | 45.28 | 56.71 | 13.71 | - |
| YUV | 187.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 66 | 0.08 | 0 | 0.68 | 0.18 | 66.76 | 0.6 | 0.54 |
| Hex | C0 | D0 | 42 | 8 | 0 | 44 | 12 | 43 | 3C | 36 |
| Octal | 300 | 320 | 102 | 10 | 0 | 104 | 22 | 103 | 74 | 66 |
| Binary | 11000000 | 11010000 | 1000010 | 1000 | 0 | 1000100 | 10010 | 1000011 | 111100 | 110110 |
Color Harmonies of #C0D042
Complementary color
Monochromatic Colors of #C0D042
Black with #C0D042
Text Example
Text Example
White with #C0D042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D042; }
p { color: rgb(192,208,66); }
H1.HeaderClassName
{
color: #C0D042;
}
.AnyTagClassName
{
color: #C0D042;
}
</style>
background-color css
<style>
a { background-color: #C0D042; }
a { background-color: rgb(192,208,66); }
div.DivClassName
{
background-color: #C0D042;
}
.BgClassName
{
background-color: #C0D042;
}
</style>
border-color css
<style>
span { border-color: #C0D042; }
span { border-color: rgb(192,208,66); }
td.TdClassName
{
border-color: #C0D042;
}
.TagClassName
{
border-color: #C0D042;
}
</style>