Shades of Las Palmas #C0D041
Tints of Las Palmas #C0D041
RGB
CMYK
RGB Variations
Color information
#C0D041 (or 0xC0D041) is known color: Las Palmas. HEX triplet: C0, D0 and 41. RGB value is (192,208,65). Sum of RGB (Red+Green+Blue) = 192+208+65=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D041 is #3F2FBE. Grayscale: #BBBBBB. Windows color (decimal): -4140991 or 4313280. OLE color: 4313280.
HSL color Cylindrical-coordinate representation of color #C0D041: hue angle of 66.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0D041 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 65 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.18 |
| HSL | 66.71º | 0.6% | 0.54% | - |
| HSV(B) | 66.71º | 0.69% | 0.82% | - |
| XYZ | 45.25 | 56.7 | 13.56 | - |
| YUV | 186.91 | 59.2 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 65 | 0.08 | 0 | 0.69 | 0.18 | 66.71 | 0.6 | 0.54 |
| Hex | C0 | D0 | 41 | 8 | 0 | 45 | 12 | 43 | 3C | 36 |
| Octal | 300 | 320 | 101 | 10 | 0 | 105 | 22 | 103 | 74 | 66 |
| Binary | 11000000 | 11010000 | 1000001 | 1000 | 0 | 1000101 | 10010 | 1000011 | 111100 | 110110 |
Color Harmonies of #C0D041
Complementary color
Monochromatic Colors of #C0D041
Black with #C0D041
Text Example
Text Example
White with #C0D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D041; }
p { color: rgb(192,208,65); }
H1.HeaderClassName
{
color: #C0D041;
}
.AnyTagClassName
{
color: #C0D041;
}
</style>
background-color css
<style>
a { background-color: #C0D041; }
a { background-color: rgb(192,208,65); }
div.DivClassName
{
background-color: #C0D041;
}
.BgClassName
{
background-color: #C0D041;
}
</style>
border-color css
<style>
span { border-color: #C0D041; }
span { border-color: rgb(192,208,65); }
td.TdClassName
{
border-color: #C0D041;
}
.TagClassName
{
border-color: #C0D041;
}
</style>