Shades of Moss Green #B2EDAF
Tints of Moss Green #B2EDAF
RGB
CMYK
RGB Variations
Color information
#B2EDAF (or 0xB2EDAF) is known color: Moss Green. HEX triplet: B2, ED and AF. RGB value is (178,237,175). Sum of RGB (Red+Green+Blue) = 178+237+175=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EDAF is #4D1250. Grayscale: #D4D4D4. Windows color (decimal): -5050961 or 11529650. OLE color: 11529650.
HSL color Cylindrical-coordinate representation of color #B2EDAF: hue angle of 117.1º degrees, saturation: 0.63, 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 #B2EDAF is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 175 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.07 |
| HSL | 117.1º | 0.63% | 0.81% | - |
| HSV(B) | 117.1º | 0.26% | 0.93% | - |
| XYZ | 56.38 | 73.13 | 51.7 | - |
| YUV | 212.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 175 | 0.25 | 0 | 0.26 | 0.07 | 117.1 | 0.63 | 0.81 |
| Hex | B2 | ED | AF | 19 | 0 | 1A | 7 | 75 | 3F | 51 |
| Octal | 262 | 355 | 257 | 31 | 0 | 32 | 7 | 165 | 77 | 121 |
| Binary | 10110010 | 11101101 | 10101111 | 11001 | 0 | 11010 | 111 | 1110101 | 111111 | 1010001 |
Color Harmonies of #B2EDAF
Complementary color
Monochromatic Colors of #B2EDAF
Black with #B2EDAF
Text Example
Text Example
White with #B2EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDAF; }
p { color: rgb(178,237,175); }
H1.HeaderClassName
{
color: #B2EDAF;
}
.AnyTagClassName
{
color: #B2EDAF;
}
</style>
background-color css
<style>
a { background-color: #B2EDAF; }
a { background-color: rgb(178,237,175); }
div.DivClassName
{
background-color: #B2EDAF;
}
.BgClassName
{
background-color: #B2EDAF;
}
</style>
border-color css
<style>
span { border-color: #B2EDAF; }
span { border-color: rgb(178,237,175); }
td.TdClassName
{
border-color: #B2EDAF;
}
.TagClassName
{
border-color: #B2EDAF;
}
</style>