Shades of Mint Green #96FDB3
Tints of Mint Green #96FDB3
RGB
CMYK
RGB Variations
Color information
#96FDB3 (or 0x96FDB3) is known color: Mint Green. HEX triplet: 96, FD and B3. RGB value is (150,253,179). Sum of RGB (Red+Green+Blue) = 150+253+179=582 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.77% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #96FDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96FDB3 is #69024C. Grayscale: #D5D5D5. Windows color (decimal): -6881869 or 11795862. OLE color: 11795862.
HSL color Cylindrical-coordinate representation of color #96FDB3: hue angle of 136.89º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FDB3 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 253 | 179 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.01 |
| HSL | 136.89º | 0.96% | 0.79% | - |
| HSV(B) | 136.89º | 0.41% | 0.99% | - |
| XYZ | 55.84 | 79.99 | 55.14 | - |
| YUV | 213.77 | 108.38 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 253 | 179 | 0.41 | 0 | 0.29 | 0.01 | 136.89 | 0.96 | 0.79 |
| Hex | 96 | FD | B3 | 29 | 0 | 1D | 1 | 89 | 60 | 4F |
| Octal | 226 | 375 | 263 | 51 | 0 | 35 | 1 | 211 | 140 | 117 |
| Binary | 10010110 | 11111101 | 10110011 | 101001 | 0 | 11101 | 1 | 10001001 | 1100000 | 1001111 |
Color Harmonies of #96FDB3
Complementary color
Monochromatic Colors of #96FDB3
Black with #96FDB3
Text Example
Text Example
White with #96FDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FDB3; }
p { color: rgb(150,253,179); }
H1.HeaderClassName
{
color: #96FDB3;
}
.AnyTagClassName
{
color: #96FDB3;
}
</style>
background-color css
<style>
a { background-color: #96FDB3; }
a { background-color: rgb(150,253,179); }
div.DivClassName
{
background-color: #96FDB3;
}
.BgClassName
{
background-color: #96FDB3;
}
</style>
border-color css
<style>
span { border-color: #96FDB3; }
span { border-color: rgb(150,253,179); }
td.TdClassName
{
border-color: #96FDB3;
}
.TagClassName
{
border-color: #96FDB3;
}
</style>