Shades of Lawn Green #88D60C
Tints of Lawn Green #88D60C
RGB
CMYK
RGB Variations
Color information
#88D60C (or 0x88D60C) is known color: Lawn Green. HEX triplet: 88, D6 and 0C. RGB value is (136,214,12). Sum of RGB (Red+Green+Blue) = 136+214+12=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #88D60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88D60C is #7729F3. Grayscale: #A8A8A8. Windows color (decimal): -7809524 or 841352. OLE color: 841352.
HSL color Cylindrical-coordinate representation of color #88D60C: hue angle of 83.17º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88D60C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 214 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.16 |
| HSL | 83.17º | 0.89% | 0.44% | - |
| HSV(B) | 83.17º | 0.94% | 0.84% | - |
| XYZ | 34.27 | 53.35 | 8.84 | - |
| YUV | 167.65 | 40.16 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 214 | 12 | 0.36 | 0 | 0.94 | 0.16 | 83.17 | 0.89 | 0.44 |
| Hex | 88 | D6 | C | 24 | 0 | 5E | 10 | 53 | 59 | 2C |
| Octal | 210 | 326 | 14 | 44 | 0 | 136 | 20 | 123 | 131 | 54 |
| Binary | 10001000 | 11010110 | 1100 | 100100 | 0 | 1011110 | 10000 | 1010011 | 1011001 | 101100 |
Color Harmonies of #88D60C
Complementary color
Monochromatic Colors of #88D60C
Black with #88D60C
Text Example
Text Example
White with #88D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D60C; }
p { color: rgb(136,214,12); }
H1.HeaderClassName
{
color: #88D60C;
}
.AnyTagClassName
{
color: #88D60C;
}
</style>
background-color css
<style>
a { background-color: #88D60C; }
a { background-color: rgb(136,214,12); }
div.DivClassName
{
background-color: #88D60C;
}
.BgClassName
{
background-color: #88D60C;
}
</style>
border-color css
<style>
span { border-color: #88D60C; }
span { border-color: rgb(136,214,12); }
td.TdClassName
{
border-color: #88D60C;
}
.TagClassName
{
border-color: #88D60C;
}
</style>