Shades of Mint Green #B0FD95
Tints of Mint Green #B0FD95
RGB
CMYK
RGB Variations
Color information
#B0FD95 (or 0xB0FD95) is known color: Mint Green. HEX triplet: B0, FD and 95. RGB value is (176,253,149). Sum of RGB (Red+Green+Blue) = 176+253+149=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FD95 is #4F026A. Grayscale: #DADADA. Windows color (decimal): -5177963 or 9829808. OLE color: 9829808.
HSL color Cylindrical-coordinate representation of color #B0FD95: hue angle of 104.42º 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 #B0FD95 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
RGB | 176 | 253 | 149 | - |
CMYK | 0.30 | 0 | 0.41 | 0.01 |
HSL | 104.42º | 0.96% | 0.79% | - |
HSV(B) | 104.42º | 0.41% | 0.99% | - |
XYZ | 58.45 | 81.65 | 41.11 | - |
YUV | 218.12 | 88.99 | 97.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 253 | 149 | 0.30 | 0 | 0.41 | 0.01 | 104.42 | 0.96 | 0.79 |
Hex | B0 | FD | 95 | 1E | 0 | 29 | 1 | 68 | 60 | 4F |
Octal | 260 | 375 | 225 | 36 | 0 | 51 | 1 | 150 | 140 | 117 |
Binary | 10110000 | 11111101 | 10010101 | 11110 | 0 | 101001 | 1 | 1101000 | 1100000 | 1001111 |
Color Harmonies of #B0FD95
Complementary color
Monochromatic Colors of #B0FD95
Black with #B0FD95
Text Example
Text Example
White with #B0FD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD95; }
p { color: rgb(176,253,149); }
H1.HeaderClassName
{
color: #B0FD95;
}
.AnyTagClassName
{
color: #B0FD95;
}
</style>
background-color css
<style>
a { background-color: #B0FD95; }
a { background-color: rgb(176,253,149); }
div.DivClassName
{
background-color: #B0FD95;
}
.BgClassName
{
background-color: #B0FD95;
}
</style>
border-color css
<style>
span { border-color: #B0FD95; }
span { border-color: rgb(176,253,149); }
td.TdClassName
{
border-color: #B0FD95;
}
.TagClassName
{
border-color: #B0FD95;
}
</style>