Shades of Limeade #629726
Tints of Limeade #629726
RGB
CMYK
RGB Variations
Color information
#629726 (or 0x629726) is known color: Limeade. HEX triplet: 62, 97 and 26. RGB value is (98,151,38). Sum of RGB (Red+Green+Blue) = 98+151+38=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #629726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629726 is #9D68D9. Grayscale: #7A7A7A. Windows color (decimal): -10315994 or 2529122. OLE color: 2529122.
HSL color Cylindrical-coordinate representation of color #629726: hue angle of 88.14º degrees, saturation: 0.6, 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 #629726 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 151 | 38 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.41 |
| HSL | 88.14º | 0.6% | 0.37% | - |
| HSV(B) | 88.14º | 0.75% | 0.59% | - |
| XYZ | 16.45 | 24.87 | 5.77 | - |
| YUV | 122.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 38 | 0.35 | 0 | 0.75 | 0.41 | 88.14 | 0.6 | 0.37 |
| Hex | 62 | 97 | 26 | 23 | 0 | 4B | 29 | 58 | 3C | 25 |
| Octal | 142 | 227 | 46 | 43 | 0 | 113 | 51 | 130 | 74 | 45 |
| Binary | 1100010 | 10010111 | 100110 | 100011 | 0 | 1001011 | 101001 | 1011000 | 111100 | 100101 |
Color Harmonies of #629726
Complementary color
Monochromatic Colors of #629726
Black with #629726
Text Example
Text Example
White with #629726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629726; }
p { color: rgb(98,151,38); }
H1.HeaderClassName
{
color: #629726;
}
.AnyTagClassName
{
color: #629726;
}
</style>
background-color css
<style>
a { background-color: #629726; }
a { background-color: rgb(98,151,38); }
div.DivClassName
{
background-color: #629726;
}
.BgClassName
{
background-color: #629726;
}
</style>
border-color css
<style>
span { border-color: #629726; }
span { border-color: rgb(98,151,38); }
td.TdClassName
{
border-color: #629726;
}
.TagClassName
{
border-color: #629726;
}
</style>