Shades of Water Leaf #B5F7E4
Tints of Water Leaf #B5F7E4
RGB
CMYK
RGB Variations
Color information
#B5F7E4 (or 0xB5F7E4) is known color: Water Leaf. HEX triplet: B5, F7 and E4. RGB value is (181,247,228). Sum of RGB (Red+Green+Blue) = 181+247+228=656 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.59% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F7E4 is #4A081B. Grayscale: #E1E1E1. Windows color (decimal): -4851740 or 15005621. OLE color: 15005621.
HSL color Cylindrical-coordinate representation of color #B5F7E4: hue angle of 162.73º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B5F7E4 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 228 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.03 |
| HSL | 162.73º | 0.8% | 0.84% | - |
| HSV(B) | 162.73º | 0.27% | 0.97% | - |
| XYZ | 66.32 | 81.95 | 85.72 | - |
| YUV | 225.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 228 | 0.27 | 0 | 0.08 | 0.03 | 162.73 | 0.8 | 0.84 |
| Hex | B5 | F7 | E4 | 1B | 0 | 8 | 3 | A3 | 50 | 54 |
| Octal | 265 | 367 | 344 | 33 | 0 | 10 | 3 | 243 | 120 | 124 |
| Binary | 10110101 | 11110111 | 11100100 | 11011 | 0 | 1000 | 11 | 10100011 | 1010000 | 1010100 |
Color Harmonies of #B5F7E4
Complementary color
Monochromatic Colors of #B5F7E4
Black with #B5F7E4
Text Example
Text Example
White with #B5F7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F7E4; }
p { color: rgb(181,247,228); }
H1.HeaderClassName
{
color: #B5F7E4;
}
.AnyTagClassName
{
color: #B5F7E4;
}
</style>
background-color css
<style>
a { background-color: #B5F7E4; }
a { background-color: rgb(181,247,228); }
div.DivClassName
{
background-color: #B5F7E4;
}
.BgClassName
{
background-color: #B5F7E4;
}
</style>
border-color css
<style>
span { border-color: #B5F7E4; }
span { border-color: rgb(181,247,228); }
td.TdClassName
{
border-color: #B5F7E4;
}
.TagClassName
{
border-color: #B5F7E4;
}
</style>