Shades of Las Palmas #C0D141
Tints of Las Palmas #C0D141
RGB
CMYK
RGB Variations
Color information
#C0D141 (or 0xC0D141) is known color: Las Palmas. HEX triplet: C0, D1 and 41. RGB value is (192,209,65). Sum of RGB (Red+Green+Blue) = 192+209+65=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D141 is #3F2EBE. Grayscale: #BCBCBC. Windows color (decimal): -4140735 or 4313536. OLE color: 4313536.
HSL color Cylindrical-coordinate representation of color #C0D141: hue angle of 67.08º degrees, saturation: 0.61, 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 #C0D141 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 209 | 65 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.18 |
| HSL | 67.08º | 0.61% | 0.54% | - |
| HSV(B) | 67.08º | 0.69% | 0.82% | - |
| XYZ | 45.49 | 57.19 | 13.64 | - |
| YUV | 187.5 | 58.87 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 209 | 65 | 0.08 | 0 | 0.69 | 0.18 | 67.08 | 0.61 | 0.54 |
| Hex | C0 | D1 | 41 | 8 | 0 | 45 | 12 | 43 | 3D | 36 |
| Octal | 300 | 321 | 101 | 10 | 0 | 105 | 22 | 103 | 75 | 66 |
| Binary | 11000000 | 11010001 | 1000001 | 1000 | 0 | 1000101 | 10010 | 1000011 | 111101 | 110110 |
Color Harmonies of #C0D141
Complementary color
Monochromatic Colors of #C0D141
Black with #C0D141
Text Example
Text Example
White with #C0D141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D141; }
p { color: rgb(192,209,65); }
H1.HeaderClassName
{
color: #C0D141;
}
.AnyTagClassName
{
color: #C0D141;
}
</style>
background-color css
<style>
a { background-color: #C0D141; }
a { background-color: rgb(192,209,65); }
div.DivClassName
{
background-color: #C0D141;
}
.BgClassName
{
background-color: #C0D141;
}
</style>
border-color css
<style>
span { border-color: #C0D141; }
span { border-color: rgb(192,209,65); }
td.TdClassName
{
border-color: #C0D141;
}
.TagClassName
{
border-color: #C0D141;
}
</style>