Shades of Mint Green #B0FE8C
Tints of Mint Green #B0FE8C
RGB
CMYK
RGB Variations
Color information
#B0FE8C (or 0xB0FE8C) is known color: Mint Green. HEX triplet: B0, FE and 8C. RGB value is (176,254,140). Sum of RGB (Red+Green+Blue) = 176+254+140=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE8C is #4F0173. Grayscale: #DADADA. Windows color (decimal): -5177716 or 9240240. OLE color: 9240240.
HSL color Cylindrical-coordinate representation of color #B0FE8C: hue angle of 101.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0FE8C is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 140 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.00 |
| HSL | 101.05º | 0.98% | 0.77% | - |
| HSV(B) | 101.05º | 0.45% | 1% | - |
| XYZ | 58.08 | 82.01 | 37.58 | - |
| YUV | 217.68 | 84.16 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 140 | 0.31 | 0 | 0.45 | 0.00 | 101.05 | 0.98 | 0.77 |
| Hex | B0 | FE | 8C | 1F | 0 | 2D | 0 | 65 | 62 | 4D |
| Octal | 260 | 376 | 214 | 37 | 0 | 55 | 0 | 145 | 142 | 115 |
| Binary | 10110000 | 11111110 | 10001100 | 11111 | 0 | 101101 | 0 | 1100101 | 1100010 | 1001101 |
Color Harmonies of #B0FE8C
Complementary color
Monochromatic Colors of #B0FE8C
Black with #B0FE8C
Text Example
Text Example
White with #B0FE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE8C; }
p { color: rgb(176,254,140); }
H1.HeaderClassName
{
color: #B0FE8C;
}
.AnyTagClassName
{
color: #B0FE8C;
}
</style>
background-color css
<style>
a { background-color: #B0FE8C; }
a { background-color: rgb(176,254,140); }
div.DivClassName
{
background-color: #B0FE8C;
}
.BgClassName
{
background-color: #B0FE8C;
}
</style>
border-color css
<style>
span { border-color: #B0FE8C; }
span { border-color: rgb(176,254,140); }
td.TdClassName
{
border-color: #B0FE8C;
}
.TagClassName
{
border-color: #B0FE8C;
}
</style>