Shades of Limeade #60980D
Tints of Limeade #60980D
RGB
CMYK
RGB Variations
Color information
#60980D (or 0x60980D) is known color: Limeade. HEX triplet: 60, 98 and 0D. RGB value is (96,152,13). Sum of RGB (Red+Green+Blue) = 96+152+13=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #60980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60980D is #9F67F2. Grayscale: #777777. Windows color (decimal): -10446835 or 890976. OLE color: 890976.
HSL color Cylindrical-coordinate representation of color #60980D: hue angle of 84.17º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60980D is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 13 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.40 |
| HSL | 84.17º | 0.84% | 0.32% | - |
| HSV(B) | 84.17º | 0.91% | 0.6% | - |
| XYZ | 16.12 | 24.97 | 4.35 | - |
| YUV | 119.41 | 67.95 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 13 | 0.37 | 0 | 0.91 | 0.40 | 84.17 | 0.84 | 0.32 |
| Hex | 60 | 98 | D | 25 | 0 | 5B | 28 | 54 | 54 | 20 |
| Octal | 140 | 230 | 15 | 45 | 0 | 133 | 50 | 124 | 124 | 40 |
| Binary | 1100000 | 10011000 | 1101 | 100101 | 0 | 1011011 | 101000 | 1010100 | 1010100 | 100000 |
Color Harmonies of #60980D
Complementary color
Monochromatic Colors of #60980D
Black with #60980D
Text Example
Text Example
White with #60980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60980D; }
p { color: rgb(96,152,13); }
H1.HeaderClassName
{
color: #60980D;
}
.AnyTagClassName
{
color: #60980D;
}
</style>
background-color css
<style>
a { background-color: #60980D; }
a { background-color: rgb(96,152,13); }
div.DivClassName
{
background-color: #60980D;
}
.BgClassName
{
background-color: #60980D;
}
</style>
border-color css
<style>
span { border-color: #60980D; }
span { border-color: rgb(96,152,13); }
td.TdClassName
{
border-color: #60980D;
}
.TagClassName
{
border-color: #60980D;
}
</style>