Shades of Limeade #61972D
Tints of Limeade #61972D
RGB
CMYK
RGB Variations
Color information
#61972D (or 0x61972D) is known color: Limeade. HEX triplet: 61, 97 and 2D. RGB value is (97,151,45). Sum of RGB (Red+Green+Blue) = 97+151+45=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #61972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61972D is #9E68D2. Grayscale: #7B7B7B. Windows color (decimal): -10381523 or 2987873. OLE color: 2987873.
HSL color Cylindrical-coordinate representation of color #61972D: hue angle of 90.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61972D is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 151 | 45 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.41 |
| HSL | 90.57º | 0.54% | 0.38% | - |
| HSV(B) | 90.57º | 0.7% | 0.59% | - |
| XYZ | 16.47 | 24.86 | 6.41 | - |
| YUV | 122.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 151 | 45 | 0.36 | 0 | 0.70 | 0.41 | 90.57 | 0.54 | 0.38 |
| Hex | 61 | 97 | 2D | 24 | 0 | 46 | 29 | 5B | 36 | 26 |
| Octal | 141 | 227 | 55 | 44 | 0 | 106 | 51 | 133 | 66 | 46 |
| Binary | 1100001 | 10010111 | 101101 | 100100 | 0 | 1000110 | 101001 | 1011011 | 110110 | 100110 |
Color Harmonies of #61972D
Complementary color
Monochromatic Colors of #61972D
Black with #61972D
Text Example
Text Example
White with #61972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61972D; }
p { color: rgb(97,151,45); }
H1.HeaderClassName
{
color: #61972D;
}
.AnyTagClassName
{
color: #61972D;
}
</style>
background-color css
<style>
a { background-color: #61972D; }
a { background-color: rgb(97,151,45); }
div.DivClassName
{
background-color: #61972D;
}
.BgClassName
{
background-color: #61972D;
}
</style>
border-color css
<style>
span { border-color: #61972D; }
span { border-color: rgb(97,151,45); }
td.TdClassName
{
border-color: #61972D;
}
.TagClassName
{
border-color: #61972D;
}
</style>