Shades of Moss Green #B5DDAF
Tints of Moss Green #B5DDAF
RGB
CMYK
RGB Variations
Color information
#B5DDAF (or 0xB5DDAF) is known color: Moss Green. HEX triplet: B5, DD and AF. RGB value is (181,221,175). Sum of RGB (Red+Green+Blue) = 181+221+175=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DDAF is #4A2250. Grayscale: #CBCBCB. Windows color (decimal): -4858449 or 11525557. OLE color: 11525557.
HSL color Cylindrical-coordinate representation of color #B5DDAF: hue angle of 112.17º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5DDAF is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 221 | 175 | - |
CMYK | 0.18 | 0 | 0.21 | 0.13 |
HSL | 112.17º | 0.4% | 0.78% | - |
HSV(B) | 112.17º | 0.21% | 0.87% | - |
XYZ | 52.65 | 64.63 | 50.26 | - |
YUV | 203.8 | 111.75 | 111.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 175 | 0.18 | 0 | 0.21 | 0.13 | 112.17 | 0.4 | 0.78 |
Hex | B5 | DD | AF | 12 | 0 | 15 | D | 70 | 28 | 4E |
Octal | 265 | 335 | 257 | 22 | 0 | 25 | 15 | 160 | 50 | 116 |
Binary | 10110101 | 11011101 | 10101111 | 10010 | 0 | 10101 | 1101 | 1110000 | 101000 | 1001110 |
Color Harmonies of #B5DDAF
Complementary color
Monochromatic Colors of #B5DDAF
Black with #B5DDAF
Text Example
Text Example
White with #B5DDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDAF; }
p { color: rgb(181,221,175); }
H1.HeaderClassName
{
color: #B5DDAF;
}
.AnyTagClassName
{
color: #B5DDAF;
}
</style>
background-color css
<style>
a { background-color: #B5DDAF; }
a { background-color: rgb(181,221,175); }
div.DivClassName
{
background-color: #B5DDAF;
}
.BgClassName
{
background-color: #B5DDAF;
}
</style>
border-color css
<style>
span { border-color: #B5DDAF; }
span { border-color: rgb(181,221,175); }
td.TdClassName
{
border-color: #B5DDAF;
}
.TagClassName
{
border-color: #B5DDAF;
}
</style>