#B5F1D9

Color #B5F1D9 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B5F1D9

Tints of Water Leaf #B5F1D9

Color information

#B5F1D9 (or 0xB5F1D9) is unknown color: approx Water Leaf. HEX triplet: B5, F1 and D9. RGB value is (181,241,217). Sum of RGB (Red+Green+Blue) = 181+241+217=639 (84% of max value = 765). Red value is 181 (71.09% from 255 or 28.33% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F1D9 is #4A0E26. Grayscale: #DCDCDC. Windows color (decimal): -4853287 or 14283189. OLE color: 14283189.

HSL color Cylindrical-coordinate representation of color #B5F1D9: hue angle of 156º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F1D9 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB181241217-
CMYK0.2500.100.05
HSL156º68.18%82.75%-
HSV(B)156º24.9%94.51%-
XYZ63.0477.7477.33-
YUV220.32126.1299.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.33%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 217 (85.16% from 255) = 33.96%
R=28.33%
G=37.72%
B=33.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812412170.2500.100.0515668.1882.75
HexB5F1D9190A59c4453
Octal265361331310125234104123
Binary10110101111100011101100111001010101011001110010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F1D9; }

 p { color: rgb(181,241,217); }

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

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

 a { background-color: rgb(181,241,217); }

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

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

 span { border-color: rgb(181,241,217); }

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