Shades of Las Palmas #C0DC37
Tints of Las Palmas #C0DC37
RGB
CMYK
RGB Variations
Color information
#C0DC37 (or 0xC0DC37) is known color: Las Palmas. HEX triplet: C0, DC and 37. RGB value is (192,220,55). Sum of RGB (Red+Green+Blue) = 192+220+55=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC37 is #3F23C8. Grayscale: #C1C1C1. Windows color (decimal): -4137929 or 3660992. OLE color: 3660992.
HSL color Cylindrical-coordinate representation of color #C0DC37: hue angle of 70.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0DC37 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
RGB | 192 | 220 | 55 | - |
CMYK | 0.13 | 0 | 0.75 | 0.14 |
HSL | 70.18º | 0.7% | 0.54% | - |
HSV(B) | 70.18º | 0.75% | 0.86% | - |
XYZ | 48.02 | 62.67 | 13.18 | - |
YUV | 192.82 | 50.22 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 220 | 55 | 0.13 | 0 | 0.75 | 0.14 | 70.18 | 0.7 | 0.54 |
Hex | C0 | DC | 37 | D | 0 | 4B | E | 46 | 46 | 36 |
Octal | 300 | 334 | 67 | 15 | 0 | 113 | 16 | 106 | 106 | 66 |
Binary | 11000000 | 11011100 | 110111 | 1101 | 0 | 1001011 | 1110 | 1000110 | 1000110 | 110110 |
Color Harmonies of #C0DC37
Complementary color
Monochromatic Colors of #C0DC37
Black with #C0DC37
Text Example
Text Example
White with #C0DC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC37; }
p { color: rgb(192,220,55); }
H1.HeaderClassName
{
color: #C0DC37;
}
.AnyTagClassName
{
color: #C0DC37;
}
</style>
background-color css
<style>
a { background-color: #C0DC37; }
a { background-color: rgb(192,220,55); }
div.DivClassName
{
background-color: #C0DC37;
}
.BgClassName
{
background-color: #C0DC37;
}
</style>
border-color css
<style>
span { border-color: #C0DC37; }
span { border-color: rgb(192,220,55); }
td.TdClassName
{
border-color: #C0DC37;
}
.TagClassName
{
border-color: #C0DC37;
}
</style>