Shades of Yellow Green #88D42F
Tints of Yellow Green #88D42F
RGB
CMYK
RGB Variations
Color information
#88D42F (or 0x88D42F) is known color: Yellow Green. HEX triplet: 88, D4 and 2F. RGB value is (136,212,47). Sum of RGB (Red+Green+Blue) = 136+212+47=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #88D42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D42F is #772BD0. Grayscale: #ABABAB. Windows color (decimal): -7810001 or 3134600. OLE color: 3134600.
HSL color Cylindrical-coordinate representation of color #88D42F: hue angle of 87.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88D42F is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 212 | 47 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.17 |
| HSL | 87.64º | 0.66% | 0.51% | - |
| HSV(B) | 87.64º | 0.78% | 0.83% | - |
| XYZ | 34.21 | 52.53 | 11.02 | - |
| YUV | 170.47 | 58.32 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 212 | 47 | 0.36 | 0 | 0.78 | 0.17 | 87.64 | 0.66 | 0.51 |
| Hex | 88 | D4 | 2F | 24 | 0 | 4E | 11 | 58 | 42 | 33 |
| Octal | 210 | 324 | 57 | 44 | 0 | 116 | 21 | 130 | 102 | 63 |
| Binary | 10001000 | 11010100 | 101111 | 100100 | 0 | 1001110 | 10001 | 1011000 | 1000010 | 110011 |
Color Harmonies of #88D42F
Complementary color
Monochromatic Colors of #88D42F
Black with #88D42F
Text Example
Text Example
White with #88D42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D42F; }
p { color: rgb(136,212,47); }
H1.HeaderClassName
{
color: #88D42F;
}
.AnyTagClassName
{
color: #88D42F;
}
</style>
background-color css
<style>
a { background-color: #88D42F; }
a { background-color: rgb(136,212,47); }
div.DivClassName
{
background-color: #88D42F;
}
.BgClassName
{
background-color: #88D42F;
}
</style>
border-color css
<style>
span { border-color: #88D42F; }
span { border-color: rgb(136,212,47); }
td.TdClassName
{
border-color: #88D42F;
}
.TagClassName
{
border-color: #88D42F;
}
</style>