Shades of Las Palmas #C0DC3B
Tints of Las Palmas #C0DC3B
RGB
CMYK
RGB Variations
Color information
#C0DC3B (or 0xC0DC3B) is known color: Las Palmas. HEX triplet: C0, DC and 3B. RGB value is (192,220,59). Sum of RGB (Red+Green+Blue) = 192+220+59=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DC3B is #3F23C4. Grayscale: #C1C1C1. Windows color (decimal): -4137925 or 3923136. OLE color: 3923136.
HSL color Cylindrical-coordinate representation of color #C0DC3B: hue angle of 70.43º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0DC3B is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 59 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.14 |
| HSL | 70.43º | 0.7% | 0.55% | - |
| HSV(B) | 70.43º | 0.73% | 0.86% | - |
| XYZ | 48.12 | 62.71 | 13.71 | - |
| YUV | 193.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 59 | 0.13 | 0 | 0.73 | 0.14 | 70.43 | 0.7 | 0.55 |
| Hex | C0 | DC | 3B | D | 0 | 49 | E | 46 | 46 | 37 |
| Octal | 300 | 334 | 73 | 15 | 0 | 111 | 16 | 106 | 106 | 67 |
| Binary | 11000000 | 11011100 | 111011 | 1101 | 0 | 1001001 | 1110 | 1000110 | 1000110 | 110111 |
Color Harmonies of #C0DC3B
Complementary color
Monochromatic Colors of #C0DC3B
Black with #C0DC3B
Text Example
Text Example
White with #C0DC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC3B; }
p { color: rgb(192,220,59); }
H1.HeaderClassName
{
color: #C0DC3B;
}
.AnyTagClassName
{
color: #C0DC3B;
}
</style>
background-color css
<style>
a { background-color: #C0DC3B; }
a { background-color: rgb(192,220,59); }
div.DivClassName
{
background-color: #C0DC3B;
}
.BgClassName
{
background-color: #C0DC3B;
}
</style>
border-color css
<style>
span { border-color: #C0DC3B; }
span { border-color: rgb(192,220,59); }
td.TdClassName
{
border-color: #C0DC3B;
}
.TagClassName
{
border-color: #C0DC3B;
}
</style>