Shades of Moss Green #B2EEAF
Tints of Moss Green #B2EEAF
RGB
CMYK
RGB Variations
Color information
#B2EEAF (or 0xB2EEAF) is known color: Moss Green. HEX triplet: B2, EE and AF. RGB value is (178,238,175). Sum of RGB (Red+Green+Blue) = 178+238+175=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EEAF is #4D1150. Grayscale: #D5D5D5. Windows color (decimal): -5050705 or 11529906. OLE color: 11529906.
HSL color Cylindrical-coordinate representation of color #B2EEAF: hue angle of 117.14º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EEAF is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 175 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.07 |
| HSL | 117.14º | 0.65% | 0.81% | - |
| HSV(B) | 117.14º | 0.26% | 0.93% | - |
| XYZ | 56.67 | 73.71 | 51.8 | - |
| YUV | 212.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 175 | 0.25 | 0 | 0.26 | 0.07 | 117.14 | 0.65 | 0.81 |
| Hex | B2 | EE | AF | 19 | 0 | 1A | 7 | 75 | 41 | 51 |
| Octal | 262 | 356 | 257 | 31 | 0 | 32 | 7 | 165 | 101 | 121 |
| Binary | 10110010 | 11101110 | 10101111 | 11001 | 0 | 11010 | 111 | 1110101 | 1000001 | 1010001 |
Color Harmonies of #B2EEAF
Complementary color
Monochromatic Colors of #B2EEAF
Black with #B2EEAF
Text Example
Text Example
White with #B2EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEAF; }
p { color: rgb(178,238,175); }
H1.HeaderClassName
{
color: #B2EEAF;
}
.AnyTagClassName
{
color: #B2EEAF;
}
</style>
background-color css
<style>
a { background-color: #B2EEAF; }
a { background-color: rgb(178,238,175); }
div.DivClassName
{
background-color: #B2EEAF;
}
.BgClassName
{
background-color: #B2EEAF;
}
</style>
border-color css
<style>
span { border-color: #B2EEAF; }
span { border-color: rgb(178,238,175); }
td.TdClassName
{
border-color: #B2EEAF;
}
.TagClassName
{
border-color: #B2EEAF;
}
</style>