Shades of Limeade #61983C
Tints of Limeade #61983C
RGB
CMYK
RGB Variations
Color information
#61983C (or 0x61983C) is known color: Limeade. HEX triplet: 61, 98 and 3C. RGB value is (97,152,60). Sum of RGB (Red+Green+Blue) = 97+152+60=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #61983C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61983C is #9E67C3. Grayscale: #7D7D7D. Windows color (decimal): -10381252 or 3971169. OLE color: 3971169.
HSL color Cylindrical-coordinate representation of color #61983C: hue angle of 95.87º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61983C is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 152 | 60 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.40 |
| HSL | 95.87º | 0.43% | 0.42% | - |
| HSV(B) | 95.87º | 0.61% | 0.6% | - |
| XYZ | 16.97 | 25.32 | 8.27 | - |
| YUV | 125.07 | 91.28 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 152 | 60 | 0.36 | 0 | 0.61 | 0.40 | 95.87 | 0.43 | 0.42 |
| Hex | 61 | 98 | 3C | 24 | 0 | 3D | 28 | 60 | 2B | 2A |
| Octal | 141 | 230 | 74 | 44 | 0 | 75 | 50 | 140 | 53 | 52 |
| Binary | 1100001 | 10011000 | 111100 | 100100 | 0 | 111101 | 101000 | 1100000 | 101011 | 101010 |
Color Harmonies of #61983C
Complementary color
Monochromatic Colors of #61983C
Black with #61983C
Text Example
Text Example
White with #61983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61983C; }
p { color: rgb(97,152,60); }
H1.HeaderClassName
{
color: #61983C;
}
.AnyTagClassName
{
color: #61983C;
}
</style>
background-color css
<style>
a { background-color: #61983C; }
a { background-color: rgb(97,152,60); }
div.DivClassName
{
background-color: #61983C;
}
.BgClassName
{
background-color: #61983C;
}
</style>
border-color css
<style>
span { border-color: #61983C; }
span { border-color: rgb(97,152,60); }
td.TdClassName
{
border-color: #61983C;
}
.TagClassName
{
border-color: #61983C;
}
</style>