Shades of Limeade #629633
Tints of Limeade #629633
RGB
CMYK
RGB Variations
Color information
#629633 (or 0x629633) is known color: Limeade. HEX triplet: 62, 96 and 33. RGB value is (98,150,51). Sum of RGB (Red+Green+Blue) = 98+150+51=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #629633 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629633 is #9D69CC. Grayscale: #7B7B7B. Windows color (decimal): -10316237 or 3380834. OLE color: 3380834.
HSL color Cylindrical-coordinate representation of color #629633: hue angle of 91.52º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #629633 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 150 | 51 | - |
| CMYK | 0.35 | 0 | 0.66 | 0.41 |
| HSL | 91.52º | 0.49% | 0.39% | - |
| HSV(B) | 91.52º | 0.66% | 0.59% | - |
| XYZ | 16.54 | 24.65 | 7.02 | - |
| YUV | 123.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 150 | 51 | 0.35 | 0 | 0.66 | 0.41 | 91.52 | 0.49 | 0.39 |
| Hex | 62 | 96 | 33 | 23 | 0 | 42 | 29 | 5C | 31 | 27 |
| Octal | 142 | 226 | 63 | 43 | 0 | 102 | 51 | 134 | 61 | 47 |
| Binary | 1100010 | 10010110 | 110011 | 100011 | 0 | 1000010 | 101001 | 1011100 | 110001 | 100111 |
Color Harmonies of #629633
Complementary color
Monochromatic Colors of #629633
Black with #629633
Text Example
Text Example
White with #629633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629633; }
p { color: rgb(98,150,51); }
H1.HeaderClassName
{
color: #629633;
}
.AnyTagClassName
{
color: #629633;
}
</style>
background-color css
<style>
a { background-color: #629633; }
a { background-color: rgb(98,150,51); }
div.DivClassName
{
background-color: #629633;
}
.BgClassName
{
background-color: #629633;
}
</style>
border-color css
<style>
span { border-color: #629633; }
span { border-color: rgb(98,150,51); }
td.TdClassName
{
border-color: #629633;
}
.TagClassName
{
border-color: #629633;
}
</style>