Shades of Limeade #60A632
Tints of Limeade #60A632
RGB
CMYK
RGB Variations
Color information
#60A632 (or 0x60A632) is known color: Limeade. HEX triplet: 60, A6 and 32. RGB value is (96,166,50). Sum of RGB (Red+Green+Blue) = 96+166+50=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #60A632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A632 is #9F59CD. Grayscale: #848484. Windows color (decimal): -10443214 or 3319392. OLE color: 3319392.
HSL color Cylindrical-coordinate representation of color #60A632: hue angle of 96.21º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60A632 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 50 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.35 |
| HSL | 96.21º | 0.54% | 0.42% | - |
| HSV(B) | 96.21º | 0.7% | 0.65% | - |
| XYZ | 19.04 | 29.99 | 7.8 | - |
| YUV | 131.85 | 81.81 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 50 | 0.42 | 0 | 0.70 | 0.35 | 96.21 | 0.54 | 0.42 |
| Hex | 60 | A6 | 32 | 2A | 0 | 46 | 23 | 60 | 36 | 2A |
| Octal | 140 | 246 | 62 | 52 | 0 | 106 | 43 | 140 | 66 | 52 |
| Binary | 1100000 | 10100110 | 110010 | 101010 | 0 | 1000110 | 100011 | 1100000 | 110110 | 101010 |
Color Harmonies of #60A632
Complementary color
Monochromatic Colors of #60A632
Black with #60A632
Text Example
Text Example
White with #60A632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A632; }
p { color: rgb(96,166,50); }
H1.HeaderClassName
{
color: #60A632;
}
.AnyTagClassName
{
color: #60A632;
}
</style>
background-color css
<style>
a { background-color: #60A632; }
a { background-color: rgb(96,166,50); }
div.DivClassName
{
background-color: #60A632;
}
.BgClassName
{
background-color: #60A632;
}
</style>
border-color css
<style>
span { border-color: #60A632; }
span { border-color: rgb(96,166,50); }
td.TdClassName
{
border-color: #60A632;
}
.TagClassName
{
border-color: #60A632;
}
</style>