Shades of Water Leaf #B5FEE0
Tints of Water Leaf #B5FEE0
RGB
CMYK
RGB Variations
Color information
#B5FEE0 (or 0xB5FEE0) is known color: Water Leaf. HEX triplet: B5, FE and E0. RGB value is (181,254,224). Sum of RGB (Red+Green+Blue) = 181+254+224=659 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.47% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FEE0 is #4A011F. Grayscale: #E4E4E4. Windows color (decimal): -4849952 or 14745269. OLE color: 14745269.
HSL color Cylindrical-coordinate representation of color #B5FEE0: hue angle of 155.34º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEE0 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 224 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.00 |
| HSL | 155.34º | 0.97% | 0.85% | - |
| HSV(B) | 155.34º | 0.29% | 1% | - |
| XYZ | 67.95 | 86.09 | 83.56 | - |
| YUV | 228.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 224 | 0.29 | 0 | 0.12 | 0.00 | 155.34 | 0.97 | 0.85 |
| Hex | B5 | FE | E0 | 1D | 0 | C | 0 | 9B | 61 | 55 |
| Octal | 265 | 376 | 340 | 35 | 0 | 14 | 0 | 233 | 141 | 125 |
| Binary | 10110101 | 11111110 | 11100000 | 11101 | 0 | 1100 | 0 | 10011011 | 1100001 | 1010101 |
Color Harmonies of #B5FEE0
Complementary color
Monochromatic Colors of #B5FEE0
Black with #B5FEE0
Text Example
Text Example
White with #B5FEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEE0; }
p { color: rgb(181,254,224); }
H1.HeaderClassName
{
color: #B5FEE0;
}
.AnyTagClassName
{
color: #B5FEE0;
}
</style>
background-color css
<style>
a { background-color: #B5FEE0; }
a { background-color: rgb(181,254,224); }
div.DivClassName
{
background-color: #B5FEE0;
}
.BgClassName
{
background-color: #B5FEE0;
}
</style>
border-color css
<style>
span { border-color: #B5FEE0; }
span { border-color: rgb(181,254,224); }
td.TdClassName
{
border-color: #B5FEE0;
}
.TagClassName
{
border-color: #B5FEE0;
}
</style>