#B5DFAF

Color #B5DFAF Moss Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moss Green #B5DFAF

Tints of Moss Green #B5DFAF

Color information

#B5DFAF (or 0xB5DFAF) is unknown color: approx Moss Green. HEX triplet: B5, DF and AF. RGB value is (181,223,175). Sum of RGB (Red+Green+Blue) = 181+223+175=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DFAF is #4A2050. Grayscale: #CDCDCD. Windows color (decimal): -4857937 or 11526069. OLE color: 11526069.

HSL color Cylindrical-coordinate representation of color #B5DFAF: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5DFAF is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB181223175-
CMYK0.1900.220.13
HSL112.5º42.86%78.04%-
HSV(B)112.5º21.52%87.45%-
XYZ53.1865.6950.43-
YUV204.97111.09110.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 175 (68.75% from 255) = 30.22%
R=31.26%
G=38.51%
B=30.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1812231750.1900.220.13112.542.8678.04
HexB5DFAF13016D702b4e
Octal265337257230261516053116
Binary10110101110111111010111110011010110110111100001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DFAF; }

 p { color: rgb(181,223,175); }

 H1.HeaderClassName
 {
   color: #B5DFAF;
 }
 .AnyTagClassName
 {
   color: #B5DFAF;
 }
</style>
background-color css

<style>
 a { background-color: #B5DFAF; }

 a { background-color: rgb(181,223,175); }

 div.DivClassName
 {
   background-color: #B5DFAF;
 }
 .BgClassName
 {
   background-color: #B5DFAF;
 }
</style>
border-color css

<style>
 span { border-color: #B5DFAF; }

 span { border-color: rgb(181,223,175); }

 td.TdClassName
 {
   border-color: #B5DFAF;
 }
 .TagClassName
 {
   border-color: #B5DFAF;
 }
</style>