Shades of Limeade #629732
Tints of Limeade #629732
RGB
CMYK
RGB Variations
Color information
#629732 (or 0x629732) is known color: Limeade. HEX triplet: 62, 97 and 32. RGB value is (98,151,50). Sum of RGB (Red+Green+Blue) = 98+151+50=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #629732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629732 is #9D68CD. Grayscale: #7B7B7B. Windows color (decimal): -10315982 or 3315554. OLE color: 3315554.
HSL color Cylindrical-coordinate representation of color #629732: hue angle of 91.49º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #629732 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 151 | 50 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.41 |
| HSL | 91.49º | 0.5% | 0.39% | - |
| HSV(B) | 91.49º | 0.67% | 0.59% | - |
| XYZ | 16.68 | 24.96 | 6.96 | - |
| YUV | 123.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 151 | 50 | 0.35 | 0 | 0.67 | 0.41 | 91.49 | 0.5 | 0.39 |
| Hex | 62 | 97 | 32 | 23 | 0 | 43 | 29 | 5B | 32 | 27 |
| Octal | 142 | 227 | 62 | 43 | 0 | 103 | 51 | 133 | 62 | 47 |
| Binary | 1100010 | 10010111 | 110010 | 100011 | 0 | 1000011 | 101001 | 1011011 | 110010 | 100111 |
Color Harmonies of #629732
Complementary color
Monochromatic Colors of #629732
Black with #629732
Text Example
Text Example
White with #629732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629732; }
p { color: rgb(98,151,50); }
H1.HeaderClassName
{
color: #629732;
}
.AnyTagClassName
{
color: #629732;
}
</style>
background-color css
<style>
a { background-color: #629732; }
a { background-color: rgb(98,151,50); }
div.DivClassName
{
background-color: #629732;
}
.BgClassName
{
background-color: #629732;
}
</style>
border-color css
<style>
span { border-color: #629732; }
span { border-color: rgb(98,151,50); }
td.TdClassName
{
border-color: #629732;
}
.TagClassName
{
border-color: #629732;
}
</style>