Shades of Fringy Flower #B5EDB8
Tints of Fringy Flower #B5EDB8
RGB
CMYK
RGB Variations
Color information
#B5EDB8 (or 0xB5EDB8) is known color: Fringy Flower. HEX triplet: B5, ED and B8. RGB value is (181,237,184). Sum of RGB (Red+Green+Blue) = 181+237+184=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 184 (72.27% from 255 or 30.56% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDB8 is #4A1247. Grayscale: #D6D6D6. Windows color (decimal): -4854344 or 12119477. OLE color: 12119477.
HSL color Cylindrical-coordinate representation of color #B5EDB8: hue angle of 123.21º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDB8 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 184 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.07 |
| HSL | 123.21º | 0.61% | 0.82% | - |
| HSV(B) | 123.21º | 0.24% | 0.93% | - |
| XYZ | 57.99 | 73.85 | 56.55 | - |
| YUV | 214.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 184 | 0.24 | 0 | 0.22 | 0.07 | 123.21 | 0.61 | 0.82 |
| Hex | B5 | ED | B8 | 18 | 0 | 16 | 7 | 7B | 3D | 52 |
| Octal | 265 | 355 | 270 | 30 | 0 | 26 | 7 | 173 | 75 | 122 |
| Binary | 10110101 | 11101101 | 10111000 | 11000 | 0 | 10110 | 111 | 1111011 | 111101 | 1010010 |
Color Harmonies of #B5EDB8
Complementary color
Monochromatic Colors of #B5EDB8
Black with #B5EDB8
Text Example
Text Example
White with #B5EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDB8; }
p { color: rgb(181,237,184); }
H1.HeaderClassName
{
color: #B5EDB8;
}
.AnyTagClassName
{
color: #B5EDB8;
}
</style>
background-color css
<style>
a { background-color: #B5EDB8; }
a { background-color: rgb(181,237,184); }
div.DivClassName
{
background-color: #B5EDB8;
}
.BgClassName
{
background-color: #B5EDB8;
}
</style>
border-color css
<style>
span { border-color: #B5EDB8; }
span { border-color: rgb(181,237,184); }
td.TdClassName
{
border-color: #B5EDB8;
}
.TagClassName
{
border-color: #B5EDB8;
}
</style>