Shades of Las Palmas #C0D536
Tints of Las Palmas #C0D536
RGB
CMYK
RGB Variations
Color information
#C0D536 (or 0xC0D536) is known color: Las Palmas. HEX triplet: C0, D5 and 36. RGB value is (192,213,54). Sum of RGB (Red+Green+Blue) = 192+213+54=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D536 is #3F2AC9. Grayscale: #BDBDBD. Windows color (decimal): -4139722 or 3593664. OLE color: 3593664.
HSL color Cylindrical-coordinate representation of color #C0D536: hue angle of 67.92º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0D536 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 213 | 54 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.16 |
| HSL | 67.92º | 0.65% | 0.52% | - |
| HSV(B) | 67.92º | 0.75% | 0.84% | - |
| XYZ | 46.2 | 59.06 | 12.46 | - |
| YUV | 188.6 | 52.04 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 213 | 54 | 0.10 | 0 | 0.75 | 0.16 | 67.92 | 0.65 | 0.52 |
| Hex | C0 | D5 | 36 | A | 0 | 4B | 10 | 44 | 41 | 34 |
| Octal | 300 | 325 | 66 | 12 | 0 | 113 | 20 | 104 | 101 | 64 |
| Binary | 11000000 | 11010101 | 110110 | 1010 | 0 | 1001011 | 10000 | 1000100 | 1000001 | 110100 |
Color Harmonies of #C0D536
Complementary color
Monochromatic Colors of #C0D536
Black with #C0D536
Text Example
Text Example
White with #C0D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D536; }
p { color: rgb(192,213,54); }
H1.HeaderClassName
{
color: #C0D536;
}
.AnyTagClassName
{
color: #C0D536;
}
</style>
background-color css
<style>
a { background-color: #C0D536; }
a { background-color: rgb(192,213,54); }
div.DivClassName
{
background-color: #C0D536;
}
.BgClassName
{
background-color: #C0D536;
}
</style>
border-color css
<style>
span { border-color: #C0D536; }
span { border-color: rgb(192,213,54); }
td.TdClassName
{
border-color: #C0D536;
}
.TagClassName
{
border-color: #C0D536;
}
</style>