Shades of Light Green #88F398
Tints of Light Green #88F398
RGB
CMYK
RGB Variations
Color information
#88F398 (or 0x88F398) is known color: Light Green. HEX triplet: 88, F3 and 98. RGB value is (136,243,152). Sum of RGB (Red+Green+Blue) = 136+243+152=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #88F398 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F398 is #770C67. Grayscale: #C8C8C8. Windows color (decimal): -7801960 or 10023816. OLE color: 10023816.
HSL color Cylindrical-coordinate representation of color #88F398: hue angle of 128.97º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F398 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 243 | 152 | - |
| CMYK | 0.44 | 0 | 0.37 | 0.05 |
| HSL | 128.97º | 0.82% | 0.74% | - |
| HSV(B) | 128.97º | 0.44% | 0.95% | - |
| XYZ | 47.87 | 71.6 | 41 | - |
| YUV | 200.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 243 | 152 | 0.44 | 0 | 0.37 | 0.05 | 128.97 | 0.82 | 0.74 |
| Hex | 88 | F3 | 98 | 2C | 0 | 25 | 5 | 81 | 52 | 4A |
| Octal | 210 | 363 | 230 | 54 | 0 | 45 | 5 | 201 | 122 | 112 |
| Binary | 10001000 | 11110011 | 10011000 | 101100 | 0 | 100101 | 101 | 10000001 | 1010010 | 1001010 |
Color Harmonies of #88F398
Complementary color
Monochromatic Colors of #88F398
Black with #88F398
Text Example
Text Example
White with #88F398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F398; }
p { color: rgb(136,243,152); }
H1.HeaderClassName
{
color: #88F398;
}
.AnyTagClassName
{
color: #88F398;
}
</style>
background-color css
<style>
a { background-color: #88F398; }
a { background-color: rgb(136,243,152); }
div.DivClassName
{
background-color: #88F398;
}
.BgClassName
{
background-color: #88F398;
}
</style>
border-color css
<style>
span { border-color: #88F398; }
span { border-color: rgb(136,243,152); }
td.TdClassName
{
border-color: #88F398;
}
.TagClassName
{
border-color: #88F398;
}
</style>