Shades of Yellow Green #88CD32
Tints of Yellow Green #88CD32
RGB
CMYK
RGB Variations
Color information
#88CD32 (or 0x88CD32) is known color: Yellow Green. HEX triplet: 88, CD and 32. RGB value is (136,205,50). Sum of RGB (Red+Green+Blue) = 136+205+50=391 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.78% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CD32 is #7732CD. Grayscale: #A7A7A7. Windows color (decimal): -7811790 or 3329416. OLE color: 3329416.
HSL color Cylindrical-coordinate representation of color #88CD32: hue angle of 86.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #88CD32 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 50 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.20 |
| HSL | 86.71º | 0.61% | 0.5% | - |
| HSV(B) | 86.71º | 0.76% | 0.8% | - |
| XYZ | 32.56 | 49.13 | 10.78 | - |
| YUV | 166.7 | 62.14 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 50 | 0.34 | 0 | 0.76 | 0.20 | 86.71 | 0.61 | 0.5 |
| Hex | 88 | CD | 32 | 22 | 0 | 4C | 14 | 57 | 3D | 32 |
| Octal | 210 | 315 | 62 | 42 | 0 | 114 | 24 | 127 | 75 | 62 |
| Binary | 10001000 | 11001101 | 110010 | 100010 | 0 | 1001100 | 10100 | 1010111 | 111101 | 110010 |
Color Harmonies of #88CD32
Complementary color
Monochromatic Colors of #88CD32
Black with #88CD32
Text Example
Text Example
White with #88CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CD32; }
p { color: rgb(136,205,50); }
H1.HeaderClassName
{
color: #88CD32;
}
.AnyTagClassName
{
color: #88CD32;
}
</style>
background-color css
<style>
a { background-color: #88CD32; }
a { background-color: rgb(136,205,50); }
div.DivClassName
{
background-color: #88CD32;
}
.BgClassName
{
background-color: #88CD32;
}
</style>
border-color css
<style>
span { border-color: #88CD32; }
span { border-color: rgb(136,205,50); }
td.TdClassName
{
border-color: #88CD32;
}
.TagClassName
{
border-color: #88CD32;
}
</style>