Shades of Limeade #61A033
Tints of Limeade #61A033
RGB
CMYK
RGB Variations
Color information
#61A033 (or 0x61A033) is known color: Limeade. HEX triplet: 61, A0 and 33. RGB value is (97,160,51). Sum of RGB (Red+Green+Blue) = 97+160+51=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #61A033 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A033 is #9E5FCC. Grayscale: #818181. Windows color (decimal): -10379213 or 3383393. OLE color: 3383393.
HSL color Cylindrical-coordinate representation of color #61A033: hue angle of 94.68º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61A033 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 160 | 51 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.37 |
| HSL | 94.68º | 0.52% | 0.41% | - |
| HSV(B) | 94.68º | 0.68% | 0.63% | - |
| XYZ | 18.1 | 27.92 | 7.57 | - |
| YUV | 128.74 | 84.13 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 51 | 0.39 | 0 | 0.68 | 0.37 | 94.68 | 0.52 | 0.41 |
| Hex | 61 | A0 | 33 | 27 | 0 | 44 | 25 | 5F | 34 | 29 |
| Octal | 141 | 240 | 63 | 47 | 0 | 104 | 45 | 137 | 64 | 51 |
| Binary | 1100001 | 10100000 | 110011 | 100111 | 0 | 1000100 | 100101 | 1011111 | 110100 | 101001 |
Color Harmonies of #61A033
Complementary color
Monochromatic Colors of #61A033
Black with #61A033
Text Example
Text Example
White with #61A033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A033; }
p { color: rgb(97,160,51); }
H1.HeaderClassName
{
color: #61A033;
}
.AnyTagClassName
{
color: #61A033;
}
</style>
background-color css
<style>
a { background-color: #61A033; }
a { background-color: rgb(97,160,51); }
div.DivClassName
{
background-color: #61A033;
}
.BgClassName
{
background-color: #61A033;
}
</style>
border-color css
<style>
span { border-color: #61A033; }
span { border-color: rgb(97,160,51); }
td.TdClassName
{
border-color: #61A033;
}
.TagClassName
{
border-color: #61A033;
}
</style>