Shades of Fringy Flower #9FEDB7
Tints of Fringy Flower #9FEDB7
RGB
CMYK
RGB Variations
Color information
#9FEDB7 (or 0x9FEDB7) is known color: Fringy Flower. HEX triplet: 9F, ED and B7. RGB value is (159,237,183). Sum of RGB (Red+Green+Blue) = 159+237+183=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDB7 is #601248. Grayscale: #CFCFCF. Windows color (decimal): -6296137 or 12053919. OLE color: 12053919.
HSL color Cylindrical-coordinate representation of color #9FEDB7: hue angle of 138.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDB7 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 183 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.07 |
| HSL | 138.46º | 0.68% | 0.78% | - |
| HSV(B) | 138.46º | 0.33% | 0.93% | - |
| XYZ | 53.13 | 71.36 | 55.77 | - |
| YUV | 207.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 183 | 0.33 | 0 | 0.23 | 0.07 | 138.46 | 0.68 | 0.78 |
| Hex | 9F | ED | B7 | 21 | 0 | 17 | 7 | 8A | 44 | 4E |
| Octal | 237 | 355 | 267 | 41 | 0 | 27 | 7 | 212 | 104 | 116 |
| Binary | 10011111 | 11101101 | 10110111 | 100001 | 0 | 10111 | 111 | 10001010 | 1000100 | 1001110 |
Color Harmonies of #9FEDB7
Complementary color
Monochromatic Colors of #9FEDB7
Black with #9FEDB7
Text Example
Text Example
White with #9FEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDB7; }
p { color: rgb(159,237,183); }
H1.HeaderClassName
{
color: #9FEDB7;
}
.AnyTagClassName
{
color: #9FEDB7;
}
</style>
background-color css
<style>
a { background-color: #9FEDB7; }
a { background-color: rgb(159,237,183); }
div.DivClassName
{
background-color: #9FEDB7;
}
.BgClassName
{
background-color: #9FEDB7;
}
</style>
border-color css
<style>
span { border-color: #9FEDB7; }
span { border-color: rgb(159,237,183); }
td.TdClassName
{
border-color: #9FEDB7;
}
.TagClassName
{
border-color: #9FEDB7;
}
</style>