Shades of Chartreuse #88F525
Tints of Chartreuse #88F525
RGB
CMYK
RGB Variations
Color information
#88F525 (or 0x88F525) is known color: Chartreuse. HEX triplet: 88, F5 and 25. RGB value is (136,245,37). Sum of RGB (Red+Green+Blue) = 136+245+37=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #88F525 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F525 is #770ADA. Grayscale: #BDBDBD. Windows color (decimal): -7801563 or 2487688. OLE color: 2487688.
HSL color Cylindrical-coordinate representation of color #88F525: hue angle of 91.44º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88F525 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 245 | 37 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.04 |
| HSL | 91.44º | 0.91% | 0.55% | - |
| HSV(B) | 91.44º | 0.85% | 0.96% | - |
| XYZ | 43.14 | 70.67 | 13.12 | - |
| YUV | 188.7 | 42.39 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 245 | 37 | 0.44 | 0 | 0.85 | 0.04 | 91.44 | 0.91 | 0.55 |
| Hex | 88 | F5 | 25 | 2C | 0 | 55 | 4 | 5B | 5B | 37 |
| Octal | 210 | 365 | 45 | 54 | 0 | 125 | 4 | 133 | 133 | 67 |
| Binary | 10001000 | 11110101 | 100101 | 101100 | 0 | 1010101 | 100 | 1011011 | 1011011 | 110111 |
Color Harmonies of #88F525
Complementary color
Monochromatic Colors of #88F525
Black with #88F525
Text Example
Text Example
White with #88F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F525; }
p { color: rgb(136,245,37); }
H1.HeaderClassName
{
color: #88F525;
}
.AnyTagClassName
{
color: #88F525;
}
</style>
background-color css
<style>
a { background-color: #88F525; }
a { background-color: rgb(136,245,37); }
div.DivClassName
{
background-color: #88F525;
}
.BgClassName
{
background-color: #88F525;
}
</style>
border-color css
<style>
span { border-color: #88F525; }
span { border-color: rgb(136,245,37); }
td.TdClassName
{
border-color: #88F525;
}
.TagClassName
{
border-color: #88F525;
}
</style>