Shades of Moss Green #B2EFAF
Tints of Moss Green #B2EFAF
RGB
CMYK
RGB Variations
Color information
#B2EFAF (or 0xB2EFAF) is known color: Moss Green. HEX triplet: B2, EF and AF. RGB value is (178,239,175). Sum of RGB (Red+Green+Blue) = 178+239+175=592 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.07% from 592); Green value is 239 (93.75% from 255 or 40.37% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EFAF is #4D1050. Grayscale: #D5D5D5. Windows color (decimal): -5050449 or 11530162. OLE color: 11530162.
HSL color Cylindrical-coordinate representation of color #B2EFAF: hue angle of 117.19º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EFAF is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 175 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.06 |
| HSL | 117.19º | 0.67% | 0.81% | - |
| HSV(B) | 117.19º | 0.27% | 0.94% | - |
| XYZ | 56.96 | 74.29 | 51.9 | - |
| YUV | 213.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 175 | 0.26 | 0 | 0.27 | 0.06 | 117.19 | 0.67 | 0.81 |
| Hex | B2 | EF | AF | 1A | 0 | 1B | 6 | 75 | 43 | 51 |
| Octal | 262 | 357 | 257 | 32 | 0 | 33 | 6 | 165 | 103 | 121 |
| Binary | 10110010 | 11101111 | 10101111 | 11010 | 0 | 11011 | 110 | 1110101 | 1000011 | 1010001 |
Color Harmonies of #B2EFAF
Complementary color
Monochromatic Colors of #B2EFAF
Black with #B2EFAF
Text Example
Text Example
White with #B2EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFAF; }
p { color: rgb(178,239,175); }
H1.HeaderClassName
{
color: #B2EFAF;
}
.AnyTagClassName
{
color: #B2EFAF;
}
</style>
background-color css
<style>
a { background-color: #B2EFAF; }
a { background-color: rgb(178,239,175); }
div.DivClassName
{
background-color: #B2EFAF;
}
.BgClassName
{
background-color: #B2EFAF;
}
</style>
border-color css
<style>
span { border-color: #B2EFAF; }
span { border-color: rgb(178,239,175); }
td.TdClassName
{
border-color: #B2EFAF;
}
.TagClassName
{
border-color: #B2EFAF;
}
</style>