Shades of Limeade #699D36
Tints of Limeade #699D36
RGB
CMYK
RGB Variations
Color information
#699D36 (or 0x699D36) is known color: Limeade. HEX triplet: 69, 9D and 36. RGB value is (105,157,54). Sum of RGB (Red+Green+Blue) = 105+157+54=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #699D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D36 is #9662C9. Grayscale: #828282. Windows color (decimal): -9855690 or 3579241. OLE color: 3579241.
HSL color Cylindrical-coordinate representation of color #699D36: hue angle of 90.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #699D36 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 54 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.38 |
| HSL | 90.29º | 0.49% | 0.41% | - |
| HSV(B) | 90.29º | 0.66% | 0.62% | - |
| XYZ | 18.55 | 27.38 | 7.8 | - |
| YUV | 129.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 54 | 0.33 | 0 | 0.66 | 0.38 | 90.29 | 0.49 | 0.41 |
| Hex | 69 | 9D | 36 | 21 | 0 | 42 | 26 | 5A | 31 | 29 |
| Octal | 151 | 235 | 66 | 41 | 0 | 102 | 46 | 132 | 61 | 51 |
| Binary | 1101001 | 10011101 | 110110 | 100001 | 0 | 1000010 | 100110 | 1011010 | 110001 | 101001 |
Color Harmonies of #699D36
Complementary color
Monochromatic Colors of #699D36
Black with #699D36
Text Example
Text Example
White with #699D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D36; }
p { color: rgb(105,157,54); }
H1.HeaderClassName
{
color: #699D36;
}
.AnyTagClassName
{
color: #699D36;
}
</style>
background-color css
<style>
a { background-color: #699D36; }
a { background-color: rgb(105,157,54); }
div.DivClassName
{
background-color: #699D36;
}
.BgClassName
{
background-color: #699D36;
}
</style>
border-color css
<style>
span { border-color: #699D36; }
span { border-color: rgb(105,157,54); }
td.TdClassName
{
border-color: #699D36;
}
.TagClassName
{
border-color: #699D36;
}
</style>