Shades of Fringy Flower #9EFFB8
Tints of Fringy Flower #9EFFB8
RGB
CMYK
RGB Variations
Color information
#9EFFB8 (or 0x9EFFB8) is known color: Fringy Flower. HEX triplet: 9E, FF and B8. RGB value is (158,255,184). Sum of RGB (Red+Green+Blue) = 158+255+184=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFB8 is #610047. Grayscale: #DADADA. Windows color (decimal): -6357064 or 12124062. OLE color: 12124062.
HSL color Cylindrical-coordinate representation of color #9EFFB8: hue angle of 136.08º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFB8 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 184 | - |
| CMYK | 0.38 | 0 | 0.28 | 0 |
| HSL | 136.08º | 1% | 0.81% | - |
| HSV(B) | 136.08º | 0.38% | 1% | - |
| XYZ | 58.51 | 82.25 | 58.14 | - |
| YUV | 217.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 184 | 0.38 | 0 | 0.28 | 0 | 136.08 | 1 | 0.81 |
| Hex | 9E | FF | B8 | 26 | 0 | 1C | 0 | 88 | 64 | 51 |
| Octal | 236 | 377 | 270 | 46 | 0 | 34 | 0 | 210 | 144 | 121 |
| Binary | 10011110 | 11111111 | 10111000 | 100110 | 0 | 11100 | 0 | 10001000 | 1100100 | 1010001 |
Color Harmonies of #9EFFB8
Complementary color
Monochromatic Colors of #9EFFB8
Black with #9EFFB8
Text Example
Text Example
White with #9EFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFB8; }
p { color: rgb(158,255,184); }
H1.HeaderClassName
{
color: #9EFFB8;
}
.AnyTagClassName
{
color: #9EFFB8;
}
</style>
background-color css
<style>
a { background-color: #9EFFB8; }
a { background-color: rgb(158,255,184); }
div.DivClassName
{
background-color: #9EFFB8;
}
.BgClassName
{
background-color: #9EFFB8;
}
</style>
border-color css
<style>
span { border-color: #9EFFB8; }
span { border-color: rgb(158,255,184); }
td.TdClassName
{
border-color: #9EFFB8;
}
.TagClassName
{
border-color: #9EFFB8;
}
</style>