Shades of Las Palmas #C0D837
Tints of Las Palmas #C0D837
RGB
CMYK
RGB Variations
Color information
#C0D837 (or 0xC0D837) is known color: Las Palmas. HEX triplet: C0, D8 and 37. RGB value is (192,216,55). Sum of RGB (Red+Green+Blue) = 192+216+55=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 55 (21.88% from 255 or 11.88% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D837 is #3F27C8. Grayscale: #BFBFBF. Windows color (decimal): -4138953 or 3659968. OLE color: 3659968.
HSL color Cylindrical-coordinate representation of color #C0D837: hue angle of 68.94º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0D837 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 55 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.15 |
| HSL | 68.94º | 0.67% | 0.53% | - |
| HSV(B) | 68.94º | 0.75% | 0.85% | - |
| XYZ | 46.98 | 60.59 | 12.83 | - |
| YUV | 190.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 55 | 0.11 | 0 | 0.75 | 0.15 | 68.94 | 0.67 | 0.53 |
| Hex | C0 | D8 | 37 | B | 0 | 4B | F | 45 | 43 | 35 |
| Octal | 300 | 330 | 67 | 13 | 0 | 113 | 17 | 105 | 103 | 65 |
| Binary | 11000000 | 11011000 | 110111 | 1011 | 0 | 1001011 | 1111 | 1000101 | 1000011 | 110101 |
Color Harmonies of #C0D837
Complementary color
Monochromatic Colors of #C0D837
Black with #C0D837
Text Example
Text Example
White with #C0D837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D837; }
p { color: rgb(192,216,55); }
H1.HeaderClassName
{
color: #C0D837;
}
.AnyTagClassName
{
color: #C0D837;
}
</style>
background-color css
<style>
a { background-color: #C0D837; }
a { background-color: rgb(192,216,55); }
div.DivClassName
{
background-color: #C0D837;
}
.BgClassName
{
background-color: #C0D837;
}
</style>
border-color css
<style>
span { border-color: #C0D837; }
span { border-color: rgb(192,216,55); }
td.TdClassName
{
border-color: #C0D837;
}
.TagClassName
{
border-color: #C0D837;
}
</style>