Shades of Lawn Green #88D701
Tints of Lawn Green #88D701
RGB
CMYK
RGB Variations
Color information
#88D701 (or 0x88D701) is known color: Lawn Green. HEX triplet: 88, D7 and 01. RGB value is (136,215,1). Sum of RGB (Red+Green+Blue) = 136+215+1=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #88D701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D701 is #7728FE. Grayscale: #A7A7A7. Windows color (decimal): -7809279 or 120712. OLE color: 120712.
HSL color Cylindrical-coordinate representation of color #88D701: hue angle of 82.15º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88D701 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 215 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.16 |
| HSL | 82.15º | 0.99% | 0.42% | - |
| HSV(B) | 82.15º | 1% | 0.84% | - |
| XYZ | 34.46 | 53.84 | 8.6 | - |
| YUV | 166.98 | 34.33 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 215 | 1 | 0.37 | 0 | 1.00 | 0.16 | 82.15 | 0.99 | 0.42 |
| Hex | 88 | D7 | 1 | 25 | 0 | 64 | 10 | 52 | 63 | 2A |
| Octal | 210 | 327 | 1 | 45 | 0 | 144 | 20 | 122 | 143 | 52 |
| Binary | 10001000 | 11010111 | 1 | 100101 | 0 | 1100100 | 10000 | 1010010 | 1100011 | 101010 |
Color Harmonies of #88D701
Complementary color
Monochromatic Colors of #88D701
Black with #88D701
Text Example
Text Example
White with #88D701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D701; }
p { color: rgb(136,215,1); }
H1.HeaderClassName
{
color: #88D701;
}
.AnyTagClassName
{
color: #88D701;
}
</style>
background-color css
<style>
a { background-color: #88D701; }
a { background-color: rgb(136,215,1); }
div.DivClassName
{
background-color: #88D701;
}
.BgClassName
{
background-color: #88D701;
}
</style>
border-color css
<style>
span { border-color: #88D701; }
span { border-color: rgb(136,215,1); }
td.TdClassName
{
border-color: #88D701;
}
.TagClassName
{
border-color: #88D701;
}
</style>