Shades of Mint Green #96FF88
Tints of Mint Green #96FF88
RGB
CMYK
RGB Variations
Color information
#96FF88 (or 0x96FF88) is known color: Mint Green. HEX triplet: 96, FF and 88. RGB value is (150,255,136). Sum of RGB (Red+Green+Blue) = 150+255+136=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF88 is #690077. Grayscale: #D2D2D2. Windows color (decimal): -6881400 or 8978326. OLE color: 8978326.
HSL color Cylindrical-coordinate representation of color #96FF88: hue angle of 112.94º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96FF88 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 136 | - |
| CMYK | 0.41 | 0 | 0.47 | 0 |
| HSL | 112.94º | 1% | 0.77% | - |
| HSV(B) | 112.94º | 0.47% | 1% | - |
| XYZ | 52.78 | 79.78 | 35.91 | - |
| YUV | 210.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 136 | 0.41 | 0 | 0.47 | 0 | 112.94 | 1 | 0.77 |
| Hex | 96 | FF | 88 | 29 | 0 | 2F | 0 | 71 | 64 | 4D |
| Octal | 226 | 377 | 210 | 51 | 0 | 57 | 0 | 161 | 144 | 115 |
| Binary | 10010110 | 11111111 | 10001000 | 101001 | 0 | 101111 | 0 | 1110001 | 1100100 | 1001101 |
Color Harmonies of #96FF88
Complementary color
Monochromatic Colors of #96FF88
Black with #96FF88
Text Example
Text Example
White with #96FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FF88; }
p { color: rgb(150,255,136); }
H1.HeaderClassName
{
color: #96FF88;
}
.AnyTagClassName
{
color: #96FF88;
}
</style>
background-color css
<style>
a { background-color: #96FF88; }
a { background-color: rgb(150,255,136); }
div.DivClassName
{
background-color: #96FF88;
}
.BgClassName
{
background-color: #96FF88;
}
</style>
border-color css
<style>
span { border-color: #96FF88; }
span { border-color: rgb(150,255,136); }
td.TdClassName
{
border-color: #96FF88;
}
.TagClassName
{
border-color: #96FF88;
}
</style>