Shades of Yellow Green #88C925
Tints of Yellow Green #88C925
RGB
CMYK
RGB Variations
Color information
#88C925 (or 0x88C925) is known color: Yellow Green. HEX triplet: 88, C9 and 25. RGB value is (136,201,37). Sum of RGB (Red+Green+Blue) = 136+201+37=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #88C925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C925 is #7736DA. Grayscale: #A3A3A3. Windows color (decimal): -7812827 or 2476424. OLE color: 2476424.
HSL color Cylindrical-coordinate representation of color #88C925: hue angle of 83.78º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88C925 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 37 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.21 |
| HSL | 83.78º | 0.69% | 0.47% | - |
| HSV(B) | 83.78º | 0.82% | 0.79% | - |
| XYZ | 31.37 | 47.14 | 9.2 | - |
| YUV | 162.87 | 56.97 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 37 | 0.32 | 0 | 0.82 | 0.21 | 83.78 | 0.69 | 0.47 |
| Hex | 88 | C9 | 25 | 20 | 0 | 52 | 15 | 54 | 45 | 2F |
| Octal | 210 | 311 | 45 | 40 | 0 | 122 | 25 | 124 | 105 | 57 |
| Binary | 10001000 | 11001001 | 100101 | 100000 | 0 | 1010010 | 10101 | 1010100 | 1000101 | 101111 |
Color Harmonies of #88C925
Complementary color
Monochromatic Colors of #88C925
Black with #88C925
Text Example
Text Example
White with #88C925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C925; }
p { color: rgb(136,201,37); }
H1.HeaderClassName
{
color: #88C925;
}
.AnyTagClassName
{
color: #88C925;
}
</style>
background-color css
<style>
a { background-color: #88C925; }
a { background-color: rgb(136,201,37); }
div.DivClassName
{
background-color: #88C925;
}
.BgClassName
{
background-color: #88C925;
}
</style>
border-color css
<style>
span { border-color: #88C925; }
span { border-color: rgb(136,201,37); }
td.TdClassName
{
border-color: #88C925;
}
.TagClassName
{
border-color: #88C925;
}
</style>