Shades of Las Palmas #C0D637
Tints of Las Palmas #C0D637
RGB
CMYK
RGB Variations
Color information
#C0D637 (or 0xC0D637) is known color: Las Palmas. HEX triplet: C0, D6 and 37. RGB value is (192,214,55). Sum of RGB (Red+Green+Blue) = 192+214+55=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 55 (21.88% from 255 or 11.93% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D637 is #3F29C8. Grayscale: #BDBDBD. Windows color (decimal): -4139465 or 3659456. OLE color: 3659456.
HSL color Cylindrical-coordinate representation of color #C0D637: hue angle of 68.3º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0D637 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 214 | 55 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.16 |
| HSL | 68.3º | 0.66% | 0.53% | - |
| HSV(B) | 68.3º | 0.74% | 0.84% | - |
| XYZ | 46.47 | 59.58 | 12.66 | - |
| YUV | 189.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 214 | 55 | 0.10 | 0 | 0.74 | 0.16 | 68.3 | 0.66 | 0.53 |
| Hex | C0 | D6 | 37 | A | 0 | 4A | 10 | 44 | 42 | 35 |
| Octal | 300 | 326 | 67 | 12 | 0 | 112 | 20 | 104 | 102 | 65 |
| Binary | 11000000 | 11010110 | 110111 | 1010 | 0 | 1001010 | 10000 | 1000100 | 1000010 | 110101 |
Color Harmonies of #C0D637
Complementary color
Monochromatic Colors of #C0D637
Black with #C0D637
Text Example
Text Example
White with #C0D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D637; }
p { color: rgb(192,214,55); }
H1.HeaderClassName
{
color: #C0D637;
}
.AnyTagClassName
{
color: #C0D637;
}
</style>
background-color css
<style>
a { background-color: #C0D637; }
a { background-color: rgb(192,214,55); }
div.DivClassName
{
background-color: #C0D637;
}
.BgClassName
{
background-color: #C0D637;
}
</style>
border-color css
<style>
span { border-color: #C0D637; }
span { border-color: rgb(192,214,55); }
td.TdClassName
{
border-color: #C0D637;
}
.TagClassName
{
border-color: #C0D637;
}
</style>