Shades of Limeade #699832
Tints of Limeade #699832
RGB
CMYK
RGB Variations
Color information
#699832 (or 0x699832) is known color: Limeade. HEX triplet: 69, 98 and 32. RGB value is (105,152,50). Sum of RGB (Red+Green+Blue) = 105+152+50=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #699832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699832 is #9667CD. Grayscale: #7E7E7E. Windows color (decimal): -9856974 or 3315817. OLE color: 3315817.
HSL color Cylindrical-coordinate representation of color #699832: hue angle of 87.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #699832 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 50 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.40 |
| HSL | 87.65º | 0.5% | 0.4% | - |
| HSV(B) | 87.65º | 0.67% | 0.6% | - |
| XYZ | 17.63 | 25.69 | 7.05 | - |
| YUV | 126.32 | 84.93 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 50 | 0.31 | 0 | 0.67 | 0.40 | 87.65 | 0.5 | 0.4 |
| Hex | 69 | 98 | 32 | 1F | 0 | 43 | 28 | 58 | 32 | 28 |
| Octal | 151 | 230 | 62 | 37 | 0 | 103 | 50 | 130 | 62 | 50 |
| Binary | 1101001 | 10011000 | 110010 | 11111 | 0 | 1000011 | 101000 | 1011000 | 110010 | 101000 |
Color Harmonies of #699832
Complementary color
Monochromatic Colors of #699832
Black with #699832
Text Example
Text Example
White with #699832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699832; }
p { color: rgb(105,152,50); }
H1.HeaderClassName
{
color: #699832;
}
.AnyTagClassName
{
color: #699832;
}
</style>
background-color css
<style>
a { background-color: #699832; }
a { background-color: rgb(105,152,50); }
div.DivClassName
{
background-color: #699832;
}
.BgClassName
{
background-color: #699832;
}
</style>
border-color css
<style>
span { border-color: #699832; }
span { border-color: rgb(105,152,50); }
td.TdClassName
{
border-color: #699832;
}
.TagClassName
{
border-color: #699832;
}
</style>