Shades of Limeade #60981B
Tints of Limeade #60981B
RGB
CMYK
RGB Variations
Color information
#60981B (or 0x60981B) is known color: Limeade. HEX triplet: 60, 98 and 1B. RGB value is (96,152,27). Sum of RGB (Red+Green+Blue) = 96+152+27=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #60981B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60981B is #9F67E4. Grayscale: #797979. Windows color (decimal): -10446821 or 1808480. OLE color: 1808480.
HSL color Cylindrical-coordinate representation of color #60981B: hue angle of 86.88º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60981B is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 152 | 27 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.40 |
| HSL | 86.88º | 0.7% | 0.35% | - |
| HSV(B) | 86.88º | 0.82% | 0.6% | - |
| XYZ | 16.25 | 25.02 | 5.01 | - |
| YUV | 121.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 152 | 27 | 0.37 | 0 | 0.82 | 0.40 | 86.88 | 0.7 | 0.35 |
| Hex | 60 | 98 | 1B | 25 | 0 | 52 | 28 | 57 | 46 | 23 |
| Octal | 140 | 230 | 33 | 45 | 0 | 122 | 50 | 127 | 106 | 43 |
| Binary | 1100000 | 10011000 | 11011 | 100101 | 0 | 1010010 | 101000 | 1010111 | 1000110 | 100011 |
Color Harmonies of #60981B
Complementary color
Monochromatic Colors of #60981B
Black with #60981B
Text Example
Text Example
White with #60981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60981B; }
p { color: rgb(96,152,27); }
H1.HeaderClassName
{
color: #60981B;
}
.AnyTagClassName
{
color: #60981B;
}
</style>
background-color css
<style>
a { background-color: #60981B; }
a { background-color: rgb(96,152,27); }
div.DivClassName
{
background-color: #60981B;
}
.BgClassName
{
background-color: #60981B;
}
</style>
border-color css
<style>
span { border-color: #60981B; }
span { border-color: rgb(96,152,27); }
td.TdClassName
{
border-color: #60981B;
}
.TagClassName
{
border-color: #60981B;
}
</style>