Shades of Limeade #61982C
Tints of Limeade #61982C
RGB
CMYK
RGB Variations
Color information
#61982C (or 0x61982C) is known color: Limeade. HEX triplet: 61, 98 and 2C. RGB value is (97,152,44). Sum of RGB (Red+Green+Blue) = 97+152+44=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #61982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61982C is #9E67D3. Grayscale: #7B7B7B. Windows color (decimal): -10381268 or 2922593. OLE color: 2922593.
HSL color Cylindrical-coordinate representation of color #61982C: hue angle of 90.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61982C is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 152 | 44 | - |
| CMYK | 0.36 | 0 | 0.71 | 0.40 |
| HSL | 90.56º | 0.55% | 0.38% | - |
| HSV(B) | 90.56º | 0.71% | 0.6% | - |
| XYZ | 16.61 | 25.18 | 6.37 | - |
| YUV | 123.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 44 | 0.36 | 0 | 0.71 | 0.40 | 90.56 | 0.55 | 0.38 |
| Hex | 61 | 98 | 2C | 24 | 0 | 47 | 28 | 5B | 37 | 26 |
| Octal | 141 | 230 | 54 | 44 | 0 | 107 | 50 | 133 | 67 | 46 |
| Binary | 1100001 | 10011000 | 101100 | 100100 | 0 | 1000111 | 101000 | 1011011 | 110111 | 100110 |
Color Harmonies of #61982C
Complementary color
Monochromatic Colors of #61982C
Black with #61982C
Text Example
Text Example
White with #61982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61982C; }
p { color: rgb(97,152,44); }
H1.HeaderClassName
{
color: #61982C;
}
.AnyTagClassName
{
color: #61982C;
}
</style>
background-color css
<style>
a { background-color: #61982C; }
a { background-color: rgb(97,152,44); }
div.DivClassName
{
background-color: #61982C;
}
.BgClassName
{
background-color: #61982C;
}
</style>
border-color css
<style>
span { border-color: #61982C; }
span { border-color: rgb(97,152,44); }
td.TdClassName
{
border-color: #61982C;
}
.TagClassName
{
border-color: #61982C;
}
</style>