Shades of Limeade #60973D
Tints of Limeade #60973D
RGB
CMYK
RGB Variations
Color information
#60973D (or 0x60973D) is known color: Limeade. HEX triplet: 60, 97 and 3D. RGB value is (96,151,61). Sum of RGB (Red+Green+Blue) = 96+151+61=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #60973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60973D is #9F68C2. Grayscale: #7C7C7C. Windows color (decimal): -10447043 or 4036448. OLE color: 4036448.
HSL color Cylindrical-coordinate representation of color #60973D: hue angle of 96.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60973D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 151 | 61 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.41 |
| HSL | 96.67º | 0.42% | 0.42% | - |
| HSV(B) | 96.67º | 0.6% | 0.59% | - |
| XYZ | 16.73 | 24.96 | 8.35 | - |
| YUV | 124.3 | 92.28 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 151 | 61 | 0.36 | 0 | 0.60 | 0.41 | 96.67 | 0.42 | 0.42 |
| Hex | 60 | 97 | 3D | 24 | 0 | 3C | 29 | 61 | 2A | 2A |
| Octal | 140 | 227 | 75 | 44 | 0 | 74 | 51 | 141 | 52 | 52 |
| Binary | 1100000 | 10010111 | 111101 | 100100 | 0 | 111100 | 101001 | 1100001 | 101010 | 101010 |
Color Harmonies of #60973D
Complementary color
Monochromatic Colors of #60973D
Black with #60973D
Text Example
Text Example
White with #60973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60973D; }
p { color: rgb(96,151,61); }
H1.HeaderClassName
{
color: #60973D;
}
.AnyTagClassName
{
color: #60973D;
}
</style>
background-color css
<style>
a { background-color: #60973D; }
a { background-color: rgb(96,151,61); }
div.DivClassName
{
background-color: #60973D;
}
.BgClassName
{
background-color: #60973D;
}
</style>
border-color css
<style>
span { border-color: #60973D; }
span { border-color: rgb(96,151,61); }
td.TdClassName
{
border-color: #60973D;
}
.TagClassName
{
border-color: #60973D;
}
</style>