Shades of Water Leaf #B5F7E0
Tints of Water Leaf #B5F7E0
RGB
CMYK
RGB Variations
Color information
#B5F7E0 (or 0xB5F7E0) is known color: Water Leaf. HEX triplet: B5, F7 and E0. RGB value is (181,247,224). Sum of RGB (Red+Green+Blue) = 181+247+224=652 (86% of max value = 765). Red value is 181 (71.09% from 255 or 27.76% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #B5F7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F7E0 is #4A081F. Grayscale: #E0E0E0. Windows color (decimal): -4851744 or 14743477. OLE color: 14743477.
HSL color Cylindrical-coordinate representation of color #B5F7E0: hue angle of 159.09º 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 #B5F7E0 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 247 | 224 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.03 |
| HSL | 159.09º | 0.8% | 0.84% | - |
| HSV(B) | 159.09º | 0.27% | 0.97% | - |
| XYZ | 65.77 | 81.73 | 82.83 | - |
| YUV | 224.64 | 127.63 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 247 | 224 | 0.27 | 0 | 0.09 | 0.03 | 159.09 | 0.8 | 0.84 |
| Hex | B5 | F7 | E0 | 1B | 0 | 9 | 3 | 9F | 50 | 54 |
| Octal | 265 | 367 | 340 | 33 | 0 | 11 | 3 | 237 | 120 | 124 |
| Binary | 10110101 | 11110111 | 11100000 | 11011 | 0 | 1001 | 11 | 10011111 | 1010000 | 1010100 |
Color Harmonies of #B5F7E0
Complementary color
Monochromatic Colors of #B5F7E0
Black with #B5F7E0
Text Example
Text Example
White with #B5F7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F7E0; }
p { color: rgb(181,247,224); }
H1.HeaderClassName
{
color: #B5F7E0;
}
.AnyTagClassName
{
color: #B5F7E0;
}
</style>
background-color css
<style>
a { background-color: #B5F7E0; }
a { background-color: rgb(181,247,224); }
div.DivClassName
{
background-color: #B5F7E0;
}
.BgClassName
{
background-color: #B5F7E0;
}
</style>
border-color css
<style>
span { border-color: #B5F7E0; }
span { border-color: rgb(181,247,224); }
td.TdClassName
{
border-color: #B5F7E0;
}
.TagClassName
{
border-color: #B5F7E0;
}
</style>