Shades of Yellow Green #88CC28
Tints of Yellow Green #88CC28
RGB
CMYK
RGB Variations
Color information
#88CC28 (or 0x88CC28) is known color: Yellow Green. HEX triplet: 88, CC and 28. RGB value is (136,204,40). Sum of RGB (Red+Green+Blue) = 136+204+40=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 204 (80.08% from 255 or 53.68% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CC28 is #7733D7. Grayscale: #A5A5A5. Windows color (decimal): -7812056 or 2673800. OLE color: 2673800.
HSL color Cylindrical-coordinate representation of color #88CC28: hue angle of 84.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88CC28 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 40 | - |
| CMYK | 0.33 | 0 | 0.80 | 0.2 |
| HSL | 84.88º | 0.67% | 0.48% | - |
| HSV(B) | 84.88º | 0.8% | 0.8% | - |
| XYZ | 32.13 | 48.57 | 9.69 | - |
| YUV | 164.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 40 | 0.33 | 0 | 0.80 | 0.2 | 84.88 | 0.67 | 0.48 |
| Hex | 88 | CC | 28 | 21 | 0 | 50 | 14 | 55 | 43 | 30 |
| Octal | 210 | 314 | 50 | 41 | 0 | 120 | 24 | 125 | 103 | 60 |
| Binary | 10001000 | 11001100 | 101000 | 100001 | 0 | 1010000 | 10100 | 1010101 | 1000011 | 110000 |
Color Harmonies of #88CC28
Complementary color
Monochromatic Colors of #88CC28
Black with #88CC28
Text Example
Text Example
White with #88CC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CC28; }
p { color: rgb(136,204,40); }
H1.HeaderClassName
{
color: #88CC28;
}
.AnyTagClassName
{
color: #88CC28;
}
</style>
background-color css
<style>
a { background-color: #88CC28; }
a { background-color: rgb(136,204,40); }
div.DivClassName
{
background-color: #88CC28;
}
.BgClassName
{
background-color: #88CC28;
}
</style>
border-color css
<style>
span { border-color: #88CC28; }
span { border-color: rgb(136,204,40); }
td.TdClassName
{
border-color: #88CC28;
}
.TagClassName
{
border-color: #88CC28;
}
</style>