Shades of Yellow Green #88C428
Tints of Yellow Green #88C428
RGB
CMYK
RGB Variations
Color information
#88C428 (or 0x88C428) is known color: Yellow Green. HEX triplet: 88, C4 and 28. RGB value is (136,196,40). Sum of RGB (Red+Green+Blue) = 136+196+40=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 196 (76.95% from 255 or 52.69% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 196 - color contains mainly: green. Hex color #88C428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C428 is #773BD7. Grayscale: #A0A0A0. Windows color (decimal): -7814104 or 2671752. OLE color: 2671752.
HSL color Cylindrical-coordinate representation of color #88C428: hue angle of 83.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88C428 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 40 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.23 |
| HSL | 83.08º | 0.66% | 0.46% | - |
| HSV(B) | 83.08º | 0.8% | 0.77% | - |
| XYZ | 30.28 | 44.87 | 9.07 | - |
| YUV | 160.28 | 60.12 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 40 | 0.31 | 0 | 0.80 | 0.23 | 83.08 | 0.66 | 0.46 |
| Hex | 88 | C4 | 28 | 1F | 0 | 50 | 17 | 53 | 42 | 2E |
| Octal | 210 | 304 | 50 | 37 | 0 | 120 | 27 | 123 | 102 | 56 |
| Binary | 10001000 | 11000100 | 101000 | 11111 | 0 | 1010000 | 10111 | 1010011 | 1000010 | 101110 |
Color Harmonies of #88C428
Complementary color
Monochromatic Colors of #88C428
Black with #88C428
Text Example
Text Example
White with #88C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C428; }
p { color: rgb(136,196,40); }
H1.HeaderClassName
{
color: #88C428;
}
.AnyTagClassName
{
color: #88C428;
}
</style>
background-color css
<style>
a { background-color: #88C428; }
a { background-color: rgb(136,196,40); }
div.DivClassName
{
background-color: #88C428;
}
.BgClassName
{
background-color: #88C428;
}
</style>
border-color css
<style>
span { border-color: #88C428; }
span { border-color: rgb(136,196,40); }
td.TdClassName
{
border-color: #88C428;
}
.TagClassName
{
border-color: #88C428;
}
</style>