Shades of Fringy Flower #B5EDBE
Tints of Fringy Flower #B5EDBE
RGB
CMYK
RGB Variations
Color information
#B5EDBE (or 0xB5EDBE) is known color: Fringy Flower. HEX triplet: B5, ED and BE. RGB value is (181,237,190). Sum of RGB (Red+Green+Blue) = 181+237+190=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDBE is #4A1241. Grayscale: #D7D7D7. Windows color (decimal): -4854338 or 12512693. OLE color: 12512693.
HSL color Cylindrical-coordinate representation of color #B5EDBE: hue angle of 129.64º 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 #B5EDBE is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 237 | 190 | - |
CMYK | 0.24 | 0 | 0.20 | 0.07 |
HSL | 129.64º | 0.61% | 0.82% | - |
HSV(B) | 129.64º | 0.24% | 0.93% | - |
XYZ | 58.63 | 74.11 | 59.93 | - |
YUV | 214.9 | 113.95 | 103.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 190 | 0.24 | 0 | 0.20 | 0.07 | 129.64 | 0.61 | 0.82 |
Hex | B5 | ED | BE | 18 | 0 | 14 | 7 | 82 | 3D | 52 |
Octal | 265 | 355 | 276 | 30 | 0 | 24 | 7 | 202 | 75 | 122 |
Binary | 10110101 | 11101101 | 10111110 | 11000 | 0 | 10100 | 111 | 10000010 | 111101 | 1010010 |
Color Harmonies of #B5EDBE
Complementary color
Monochromatic Colors of #B5EDBE
Black with #B5EDBE
Text Example
Text Example
White with #B5EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDBE; }
p { color: rgb(181,237,190); }
H1.HeaderClassName
{
color: #B5EDBE;
}
.AnyTagClassName
{
color: #B5EDBE;
}
</style>
background-color css
<style>
a { background-color: #B5EDBE; }
a { background-color: rgb(181,237,190); }
div.DivClassName
{
background-color: #B5EDBE;
}
.BgClassName
{
background-color: #B5EDBE;
}
</style>
border-color css
<style>
span { border-color: #B5EDBE; }
span { border-color: rgb(181,237,190); }
td.TdClassName
{
border-color: #B5EDBE;
}
.TagClassName
{
border-color: #B5EDBE;
}
</style>