Shades of Mint Green #B0FF9D
Tints of Mint Green #B0FF9D
RGB
CMYK
RGB Variations
Color information
#B0FF9D (or 0xB0FF9D) is known color: Mint Green. HEX triplet: B0, FF and 9D. RGB value is (176,255,157). Sum of RGB (Red+Green+Blue) = 176+255+157=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF9D is #4F0062. Grayscale: #DCDCDC. Windows color (decimal): -5177443 or 10354608. OLE color: 10354608.
HSL color Cylindrical-coordinate representation of color #B0FF9D: hue angle of 108.37º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0FF9D is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 157 | - |
| CMYK | 0.31 | 0 | 0.38 | 0 |
| HSL | 108.37º | 1% | 0.81% | - |
| HSV(B) | 108.37º | 0.38% | 1% | - |
| XYZ | 59.75 | 83.18 | 44.81 | - |
| YUV | 220.21 | 92.33 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 157 | 0.31 | 0 | 0.38 | 0 | 108.37 | 1 | 0.81 |
| Hex | B0 | FF | 9D | 1F | 0 | 26 | 0 | 6C | 64 | 51 |
| Octal | 260 | 377 | 235 | 37 | 0 | 46 | 0 | 154 | 144 | 121 |
| Binary | 10110000 | 11111111 | 10011101 | 11111 | 0 | 100110 | 0 | 1101100 | 1100100 | 1010001 |
Color Harmonies of #B0FF9D
Complementary color
Monochromatic Colors of #B0FF9D
Black with #B0FF9D
Text Example
Text Example
White with #B0FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF9D; }
p { color: rgb(176,255,157); }
H1.HeaderClassName
{
color: #B0FF9D;
}
.AnyTagClassName
{
color: #B0FF9D;
}
</style>
background-color css
<style>
a { background-color: #B0FF9D; }
a { background-color: rgb(176,255,157); }
div.DivClassName
{
background-color: #B0FF9D;
}
.BgClassName
{
background-color: #B0FF9D;
}
</style>
border-color css
<style>
span { border-color: #B0FF9D; }
span { border-color: rgb(176,255,157); }
td.TdClassName
{
border-color: #B0FF9D;
}
.TagClassName
{
border-color: #B0FF9D;
}
</style>