Shades of Limeade #619E35
Tints of Limeade #619E35
RGB
CMYK
RGB Variations
Color information
#619E35 (or 0x619E35) is known color: Limeade. HEX triplet: 61, 9E and 35. RGB value is (97,158,53). Sum of RGB (Red+Green+Blue) = 97+158+53=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #619E35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619E35 is #9E61CA. Grayscale: #808080. Windows color (decimal): -10379723 or 3513953. OLE color: 3513953.
HSL color Cylindrical-coordinate representation of color #619E35: hue angle of 94.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #619E35 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 158 | 53 | - |
| CMYK | 0.39 | 0 | 0.66 | 0.38 |
| HSL | 94.86º | 0.5% | 0.41% | - |
| HSV(B) | 94.86º | 0.66% | 0.62% | - |
| XYZ | 17.8 | 27.25 | 7.69 | - |
| YUV | 127.79 | 85.79 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 53 | 0.39 | 0 | 0.66 | 0.38 | 94.86 | 0.5 | 0.41 |
| Hex | 61 | 9E | 35 | 27 | 0 | 42 | 26 | 5F | 32 | 29 |
| Octal | 141 | 236 | 65 | 47 | 0 | 102 | 46 | 137 | 62 | 51 |
| Binary | 1100001 | 10011110 | 110101 | 100111 | 0 | 1000010 | 100110 | 1011111 | 110010 | 101001 |
Color Harmonies of #619E35
Complementary color
Monochromatic Colors of #619E35
Black with #619E35
Text Example
Text Example
White with #619E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619E35; }
p { color: rgb(97,158,53); }
H1.HeaderClassName
{
color: #619E35;
}
.AnyTagClassName
{
color: #619E35;
}
</style>
background-color css
<style>
a { background-color: #619E35; }
a { background-color: rgb(97,158,53); }
div.DivClassName
{
background-color: #619E35;
}
.BgClassName
{
background-color: #619E35;
}
</style>
border-color css
<style>
span { border-color: #619E35; }
span { border-color: rgb(97,158,53); }
td.TdClassName
{
border-color: #619E35;
}
.TagClassName
{
border-color: #619E35;
}
</style>