Shades of Moss Green #B1EDAF
Tints of Moss Green #B1EDAF
RGB
CMYK
RGB Variations
Color information
#B1EDAF (or 0xB1EDAF) is known color: Moss Green. HEX triplet: B1, ED and AF. RGB value is (177,237,175). Sum of RGB (Red+Green+Blue) = 177+237+175=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EDAF is #4E1250. Grayscale: #D4D4D4. Windows color (decimal): -5116497 or 11529649. OLE color: 11529649.
HSL color Cylindrical-coordinate representation of color #B1EDAF: hue angle of 118.06º 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 #B1EDAF is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 175 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.07 |
| HSL | 118.06º | 0.63% | 0.81% | - |
| HSV(B) | 118.06º | 0.26% | 0.93% | - |
| XYZ | 56.15 | 73.01 | 51.69 | - |
| YUV | 211.99 | 107.12 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 175 | 0.25 | 0 | 0.26 | 0.07 | 118.06 | 0.63 | 0.81 |
| Hex | B1 | ED | AF | 19 | 0 | 1A | 7 | 76 | 3F | 51 |
| Octal | 261 | 355 | 257 | 31 | 0 | 32 | 7 | 166 | 77 | 121 |
| Binary | 10110001 | 11101101 | 10101111 | 11001 | 0 | 11010 | 111 | 1110110 | 111111 | 1010001 |
Color Harmonies of #B1EDAF
Complementary color
Monochromatic Colors of #B1EDAF
Black with #B1EDAF
Text Example
Text Example
White with #B1EDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDAF; }
p { color: rgb(177,237,175); }
H1.HeaderClassName
{
color: #B1EDAF;
}
.AnyTagClassName
{
color: #B1EDAF;
}
</style>
background-color css
<style>
a { background-color: #B1EDAF; }
a { background-color: rgb(177,237,175); }
div.DivClassName
{
background-color: #B1EDAF;
}
.BgClassName
{
background-color: #B1EDAF;
}
</style>
border-color css
<style>
span { border-color: #B1EDAF; }
span { border-color: rgb(177,237,175); }
td.TdClassName
{
border-color: #B1EDAF;
}
.TagClassName
{
border-color: #B1EDAF;
}
</style>