Shades of Limeade #619725
Tints of Limeade #619725
RGB
CMYK
RGB Variations
Color information
#619725 (or 0x619725) is known color: Limeade. HEX triplet: 61, 97 and 25. RGB value is (97,151,37). Sum of RGB (Red+Green+Blue) = 97+151+37=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #619725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619725 is #9E68DA. Grayscale: #7A7A7A. Windows color (decimal): -10381531 or 2463585. OLE color: 2463585.
HSL color Cylindrical-coordinate representation of color #619725: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #619725 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 97 | 151 | 37 | - |
| CMYK | 0.36 | 0 | 0.75 | 0.41 |
| HSL | 88.42º | 0.61% | 0.37% | - |
| HSV(B) | 88.42º | 0.75% | 0.59% | - |
| XYZ | 16.33 | 24.81 | 5.68 | - |
| YUV | 121.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 151 | 37 | 0.36 | 0 | 0.75 | 0.41 | 88.42 | 0.61 | 0.37 |
| Hex | 61 | 97 | 25 | 24 | 0 | 4B | 29 | 58 | 3D | 25 |
| Octal | 141 | 227 | 45 | 44 | 0 | 113 | 51 | 130 | 75 | 45 |
| Binary | 1100001 | 10010111 | 100101 | 100100 | 0 | 1001011 | 101001 | 1011000 | 111101 | 100101 |
Color Harmonies of #619725
Complementary color
Monochromatic Colors of #619725
Black with #619725
Text Example
Text Example
White with #619725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619725; }
p { color: rgb(97,151,37); }
H1.HeaderClassName
{
color: #619725;
}
.AnyTagClassName
{
color: #619725;
}
</style>
background-color css
<style>
a { background-color: #619725; }
a { background-color: rgb(97,151,37); }
div.DivClassName
{
background-color: #619725;
}
.BgClassName
{
background-color: #619725;
}
</style>
border-color css
<style>
span { border-color: #619725; }
span { border-color: rgb(97,151,37); }
td.TdClassName
{
border-color: #619725;
}
.TagClassName
{
border-color: #619725;
}
</style>