Shades of Fringy Flower #B5F5BD
Tints of Fringy Flower #B5F5BD
RGB
CMYK
RGB Variations
Color information
#B5F5BD (or 0xB5F5BD) is known color: Fringy Flower. HEX triplet: B5, F5 and BD. RGB value is (181,245,189). Sum of RGB (Red+Green+Blue) = 181+245+189=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 245 (96.09% from 255 or 39.84% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F5BD is #4A0A42. Grayscale: #DBDBDB. Windows color (decimal): -4852291 or 12449205. OLE color: 12449205.
HSL color Cylindrical-coordinate representation of color #B5F5BD: hue angle of 127.5º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F5BD is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 245 | 189 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.04 |
| HSL | 127.5º | 0.76% | 0.84% | - |
| HSV(B) | 127.5º | 0.26% | 0.96% | - |
| XYZ | 60.89 | 78.8 | 60.15 | - |
| YUV | 219.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 245 | 189 | 0.26 | 0 | 0.23 | 0.04 | 127.5 | 0.76 | 0.84 |
| Hex | B5 | F5 | BD | 1A | 0 | 17 | 4 | 80 | 4C | 54 |
| Octal | 265 | 365 | 275 | 32 | 0 | 27 | 4 | 200 | 114 | 124 |
| Binary | 10110101 | 11110101 | 10111101 | 11010 | 0 | 10111 | 100 | 10000000 | 1001100 | 1010100 |
Color Harmonies of #B5F5BD
Complementary color
Monochromatic Colors of #B5F5BD
Black with #B5F5BD
Text Example
Text Example
White with #B5F5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F5BD; }
p { color: rgb(181,245,189); }
H1.HeaderClassName
{
color: #B5F5BD;
}
.AnyTagClassName
{
color: #B5F5BD;
}
</style>
background-color css
<style>
a { background-color: #B5F5BD; }
a { background-color: rgb(181,245,189); }
div.DivClassName
{
background-color: #B5F5BD;
}
.BgClassName
{
background-color: #B5F5BD;
}
</style>
border-color css
<style>
span { border-color: #B5F5BD; }
span { border-color: rgb(181,245,189); }
td.TdClassName
{
border-color: #B5F5BD;
}
.TagClassName
{
border-color: #B5F5BD;
}
</style>