Shades of Moss Green #B3EFAF
Tints of Moss Green #B3EFAF
RGB
CMYK
RGB Variations
Color information
#B3EFAF (or 0xB3EFAF) is known color: Moss Green. HEX triplet: B3, EF and AF. RGB value is (179,239,175). Sum of RGB (Red+Green+Blue) = 179+239+175=593 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.19% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EFAF is #4C1050. Grayscale: #D5D5D5. Windows color (decimal): -4984913 or 11530163. OLE color: 11530163.
HSL color Cylindrical-coordinate representation of color #B3EFAF: hue angle of 116.25º 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 #B3EFAF is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 175 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.06 |
| HSL | 116.25º | 0.67% | 0.81% | - |
| HSV(B) | 116.25º | 0.27% | 0.94% | - |
| XYZ | 57.19 | 74.41 | 51.91 | - |
| YUV | 213.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 175 | 0.25 | 0 | 0.27 | 0.06 | 116.25 | 0.67 | 0.81 |
| Hex | B3 | EF | AF | 19 | 0 | 1B | 6 | 74 | 43 | 51 |
| Octal | 263 | 357 | 257 | 31 | 0 | 33 | 6 | 164 | 103 | 121 |
| Binary | 10110011 | 11101111 | 10101111 | 11001 | 0 | 11011 | 110 | 1110100 | 1000011 | 1010001 |
Color Harmonies of #B3EFAF
Complementary color
Monochromatic Colors of #B3EFAF
Black with #B3EFAF
Text Example
Text Example
White with #B3EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFAF; }
p { color: rgb(179,239,175); }
H1.HeaderClassName
{
color: #B3EFAF;
}
.AnyTagClassName
{
color: #B3EFAF;
}
</style>
background-color css
<style>
a { background-color: #B3EFAF; }
a { background-color: rgb(179,239,175); }
div.DivClassName
{
background-color: #B3EFAF;
}
.BgClassName
{
background-color: #B3EFAF;
}
</style>
border-color css
<style>
span { border-color: #B3EFAF; }
span { border-color: rgb(179,239,175); }
td.TdClassName
{
border-color: #B3EFAF;
}
.TagClassName
{
border-color: #B3EFAF;
}
</style>