Shades of Fringy Flower #B5EDBA
Tints of Fringy Flower #B5EDBA
RGB
CMYK
RGB Variations
Color information
#B5EDBA (or 0xB5EDBA) is known color: Fringy Flower. HEX triplet: B5, ED and BA. RGB value is (181,237,186). Sum of RGB (Red+Green+Blue) = 181+237+186=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDBA is #4A1245. Grayscale: #D6D6D6. Windows color (decimal): -4854342 or 12250549. OLE color: 12250549.
HSL color Cylindrical-coordinate representation of color #B5EDBA: hue angle of 125.36º 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 #B5EDBA is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 237 | 186 | - |
CMYK | 0.24 | 0 | 0.22 | 0.07 |
HSL | 125.36º | 0.61% | 0.82% | - |
HSV(B) | 125.36º | 0.24% | 0.93% | - |
XYZ | 58.2 | 73.94 | 57.66 | - |
YUV | 214.44 | 111.95 | 104.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 186 | 0.24 | 0 | 0.22 | 0.07 | 125.36 | 0.61 | 0.82 |
Hex | B5 | ED | BA | 18 | 0 | 16 | 7 | 7D | 3D | 52 |
Octal | 265 | 355 | 272 | 30 | 0 | 26 | 7 | 175 | 75 | 122 |
Binary | 10110101 | 11101101 | 10111010 | 11000 | 0 | 10110 | 111 | 1111101 | 111101 | 1010010 |
Color Harmonies of #B5EDBA
Complementary color
Monochromatic Colors of #B5EDBA
Black with #B5EDBA
Text Example
Text Example
White with #B5EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDBA; }
p { color: rgb(181,237,186); }
H1.HeaderClassName
{
color: #B5EDBA;
}
.AnyTagClassName
{
color: #B5EDBA;
}
</style>
background-color css
<style>
a { background-color: #B5EDBA; }
a { background-color: rgb(181,237,186); }
div.DivClassName
{
background-color: #B5EDBA;
}
.BgClassName
{
background-color: #B5EDBA;
}
</style>
border-color css
<style>
span { border-color: #B5EDBA; }
span { border-color: rgb(181,237,186); }
td.TdClassName
{
border-color: #B5EDBA;
}
.TagClassName
{
border-color: #B5EDBA;
}
</style>