Shades of Mint Green #96FFB3
Tints of Mint Green #96FFB3
RGB
CMYK
RGB Variations
Color information
#96FFB3 (or 0x96FFB3) is known color: Mint Green. HEX triplet: 96, FF and B3. RGB value is (150,255,179). Sum of RGB (Red+Green+Blue) = 150+255+179=584 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.68% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FFB3 is #69004C. Grayscale: #D7D7D7. Windows color (decimal): -6881357 or 11796374. OLE color: 11796374.
HSL color Cylindrical-coordinate representation of color #96FFB3: hue angle of 136.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFB3 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 179 | - |
| CMYK | 0.41 | 0 | 0.30 | 0 |
| HSL | 136.57º | 1% | 0.79% | - |
| HSV(B) | 136.57º | 0.41% | 1% | - |
| XYZ | 56.47 | 81.26 | 55.36 | - |
| YUV | 214.94 | 107.71 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 179 | 0.41 | 0 | 0.30 | 0 | 136.57 | 1 | 0.79 |
| Hex | 96 | FF | B3 | 29 | 0 | 1E | 0 | 89 | 64 | 4F |
| Octal | 226 | 377 | 263 | 51 | 0 | 36 | 0 | 211 | 144 | 117 |
| Binary | 10010110 | 11111111 | 10110011 | 101001 | 0 | 11110 | 0 | 10001001 | 1100100 | 1001111 |
Color Harmonies of #96FFB3
Complementary color
Monochromatic Colors of #96FFB3
Black with #96FFB3
Text Example
Text Example
White with #96FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFB3; }
p { color: rgb(150,255,179); }
H1.HeaderClassName
{
color: #96FFB3;
}
.AnyTagClassName
{
color: #96FFB3;
}
</style>
background-color css
<style>
a { background-color: #96FFB3; }
a { background-color: rgb(150,255,179); }
div.DivClassName
{
background-color: #96FFB3;
}
.BgClassName
{
background-color: #96FFB3;
}
</style>
border-color css
<style>
span { border-color: #96FFB3; }
span { border-color: rgb(150,255,179); }
td.TdClassName
{
border-color: #96FFB3;
}
.TagClassName
{
border-color: #96FFB3;
}
</style>