Shades of Fringy Flower #ADFEBF
Tints of Fringy Flower #ADFEBF
RGB
CMYK
RGB Variations
Color information
#ADFEBF (or 0xADFEBF) is known color: Fringy Flower. HEX triplet: AD, FE and BF. RGB value is (173,254,191). Sum of RGB (Red+Green+Blue) = 173+254+191=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFEBF is #520140. Grayscale: #DEDEDE. Windows color (decimal): -5374273 or 12582573. OLE color: 12582573.
HSL color Cylindrical-coordinate representation of color #ADFEBF: hue angle of 133.33º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFEBF is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 191 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.00 |
| HSL | 133.33º | 0.98% | 0.84% | - |
| HSV(B) | 133.33º | 0.32% | 1% | - |
| XYZ | 62.08 | 83.53 | 62.14 | - |
| YUV | 222.6 | 110.16 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 191 | 0.32 | 0 | 0.25 | 0.00 | 133.33 | 0.98 | 0.84 |
| Hex | AD | FE | BF | 20 | 0 | 19 | 0 | 85 | 62 | 54 |
| Octal | 255 | 376 | 277 | 40 | 0 | 31 | 0 | 205 | 142 | 124 |
| Binary | 10101101 | 11111110 | 10111111 | 100000 | 0 | 11001 | 0 | 10000101 | 1100010 | 1010100 |
Color Harmonies of #ADFEBF
Complementary color
Monochromatic Colors of #ADFEBF
Black with #ADFEBF
Text Example
Text Example
White with #ADFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFEBF; }
p { color: rgb(173,254,191); }
H1.HeaderClassName
{
color: #ADFEBF;
}
.AnyTagClassName
{
color: #ADFEBF;
}
</style>
background-color css
<style>
a { background-color: #ADFEBF; }
a { background-color: rgb(173,254,191); }
div.DivClassName
{
background-color: #ADFEBF;
}
.BgClassName
{
background-color: #ADFEBF;
}
</style>
border-color css
<style>
span { border-color: #ADFEBF; }
span { border-color: rgb(173,254,191); }
td.TdClassName
{
border-color: #ADFEBF;
}
.TagClassName
{
border-color: #ADFEBF;
}
</style>