Shades of Water Leaf #B5FFE5
Tints of Water Leaf #B5FFE5
RGB
CMYK
RGB Variations
Color information
#B5FFE5 (or 0xB5FFE5) is known color: Water Leaf. HEX triplet: B5, FF and E5. RGB value is (181,255,229). Sum of RGB (Red+Green+Blue) = 181+255+229=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FFE5 is #4A001A. Grayscale: #E5E5E5. Windows color (decimal): -4849691 or 15073205. OLE color: 15073205.
HSL color Cylindrical-coordinate representation of color #B5FFE5: hue angle of 158.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFE5 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 229 | - |
| CMYK | 0.29 | 0 | 0.10 | 0 |
| HSL | 158.92º | 1% | 0.85% | - |
| HSV(B) | 158.92º | 0.29% | 1% | - |
| XYZ | 68.96 | 87 | 87.29 | - |
| YUV | 229.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 229 | 0.29 | 0 | 0.10 | 0 | 158.92 | 1 | 0.85 |
| Hex | B5 | FF | E5 | 1D | 0 | A | 0 | 9F | 64 | 55 |
| Octal | 265 | 377 | 345 | 35 | 0 | 12 | 0 | 237 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11100101 | 11101 | 0 | 1010 | 0 | 10011111 | 1100100 | 1010101 |
Color Harmonies of #B5FFE5
Complementary color
Monochromatic Colors of #B5FFE5
Black with #B5FFE5
Text Example
Text Example
White with #B5FFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFE5; }
p { color: rgb(181,255,229); }
H1.HeaderClassName
{
color: #B5FFE5;
}
.AnyTagClassName
{
color: #B5FFE5;
}
</style>
background-color css
<style>
a { background-color: #B5FFE5; }
a { background-color: rgb(181,255,229); }
div.DivClassName
{
background-color: #B5FFE5;
}
.BgClassName
{
background-color: #B5FFE5;
}
</style>
border-color css
<style>
span { border-color: #B5FFE5; }
span { border-color: rgb(181,255,229); }
td.TdClassName
{
border-color: #B5FFE5;
}
.TagClassName
{
border-color: #B5FFE5;
}
</style>