Shades of Mint Green #B0FD8D
Tints of Mint Green #B0FD8D
RGB
CMYK
RGB Variations
Color information
#B0FD8D (or 0xB0FD8D) is known color: Mint Green. HEX triplet: B0, FD and 8D. RGB value is (176,253,141). Sum of RGB (Red+Green+Blue) = 176+253+141=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 253 (99.22% from 255 or 44.39% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FD8D is #4F0272. Grayscale: #D9D9D9. Windows color (decimal): -5177971 or 9305520. OLE color: 9305520.
HSL color Cylindrical-coordinate representation of color #B0FD8D: hue angle of 101.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0FD8D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 176 | 253 | 141 | - |
CMYK | 0.30 | 0 | 0.44 | 0.01 |
HSL | 101.25º | 0.97% | 0.77% | - |
HSV(B) | 101.25º | 0.44% | 0.99% | - |
XYZ | 57.84 | 81.4 | 37.86 | - |
YUV | 217.21 | 84.99 | 98.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 253 | 141 | 0.30 | 0 | 0.44 | 0.01 | 101.25 | 0.97 | 0.77 |
Hex | B0 | FD | 8D | 1E | 0 | 2C | 1 | 65 | 61 | 4D |
Octal | 260 | 375 | 215 | 36 | 0 | 54 | 1 | 145 | 141 | 115 |
Binary | 10110000 | 11111101 | 10001101 | 11110 | 0 | 101100 | 1 | 1100101 | 1100001 | 1001101 |
Color Harmonies of #B0FD8D
Complementary color
Monochromatic Colors of #B0FD8D
Black with #B0FD8D
Text Example
Text Example
White with #B0FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD8D; }
p { color: rgb(176,253,141); }
H1.HeaderClassName
{
color: #B0FD8D;
}
.AnyTagClassName
{
color: #B0FD8D;
}
</style>
background-color css
<style>
a { background-color: #B0FD8D; }
a { background-color: rgb(176,253,141); }
div.DivClassName
{
background-color: #B0FD8D;
}
.BgClassName
{
background-color: #B0FD8D;
}
</style>
border-color css
<style>
span { border-color: #B0FD8D; }
span { border-color: rgb(176,253,141); }
td.TdClassName
{
border-color: #B0FD8D;
}
.TagClassName
{
border-color: #B0FD8D;
}
</style>