Shades of Fringy Flower #B5EFB8
Tints of Fringy Flower #B5EFB8
RGB
CMYK
RGB Variations
Color information
#B5EFB8 (or 0xB5EFB8) is known color: Fringy Flower. HEX triplet: B5, EF and B8. RGB value is (181,239,184). Sum of RGB (Red+Green+Blue) = 181+239+184=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 184 (72.27% from 255 or 30.46% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFB8 is #4A1047. Grayscale: #D7D7D7. Windows color (decimal): -4853832 or 12119989. OLE color: 12119989.
HSL color Cylindrical-coordinate representation of color #B5EFB8: hue angle of 123.1º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFB8 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 184 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.06 |
| HSL | 123.1º | 0.64% | 0.82% | - |
| HSV(B) | 123.1º | 0.24% | 0.94% | - |
| XYZ | 58.57 | 75.02 | 56.74 | - |
| YUV | 215.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 184 | 0.24 | 0 | 0.23 | 0.06 | 123.1 | 0.64 | 0.82 |
| Hex | B5 | EF | B8 | 18 | 0 | 17 | 6 | 7B | 40 | 52 |
| Octal | 265 | 357 | 270 | 30 | 0 | 27 | 6 | 173 | 100 | 122 |
| Binary | 10110101 | 11101111 | 10111000 | 11000 | 0 | 10111 | 110 | 1111011 | 1000000 | 1010010 |
Color Harmonies of #B5EFB8
Complementary color
Monochromatic Colors of #B5EFB8
Black with #B5EFB8
Text Example
Text Example
White with #B5EFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFB8; }
p { color: rgb(181,239,184); }
H1.HeaderClassName
{
color: #B5EFB8;
}
.AnyTagClassName
{
color: #B5EFB8;
}
</style>
background-color css
<style>
a { background-color: #B5EFB8; }
a { background-color: rgb(181,239,184); }
div.DivClassName
{
background-color: #B5EFB8;
}
.BgClassName
{
background-color: #B5EFB8;
}
</style>
border-color css
<style>
span { border-color: #B5EFB8; }
span { border-color: rgb(181,239,184); }
td.TdClassName
{
border-color: #B5EFB8;
}
.TagClassName
{
border-color: #B5EFB8;
}
</style>