Shades of Fringy Flower #ADFDB7
Tints of Fringy Flower #ADFDB7
RGB
CMYK
RGB Variations
Color information
#ADFDB7 (or 0xADFDB7) is known color: Fringy Flower. HEX triplet: AD, FD and B7. RGB value is (173,253,183). Sum of RGB (Red+Green+Blue) = 173+253+183=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDB7 is #520248. Grayscale: #DDDDDD. Windows color (decimal): -5374537 or 12058029. OLE color: 12058029.
HSL color Cylindrical-coordinate representation of color #ADFDB7: hue angle of 127.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFDB7 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 183 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.01 |
| HSL | 127.5º | 0.95% | 0.84% | - |
| HSV(B) | 127.5º | 0.32% | 0.99% | - |
| XYZ | 60.91 | 82.55 | 57.52 | - |
| YUV | 221.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 183 | 0.32 | 0 | 0.28 | 0.01 | 127.5 | 0.95 | 0.84 |
| Hex | AD | FD | B7 | 20 | 0 | 1C | 1 | 80 | 5F | 54 |
| Octal | 255 | 375 | 267 | 40 | 0 | 34 | 1 | 200 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10110111 | 100000 | 0 | 11100 | 1 | 10000000 | 1011111 | 1010100 |
Color Harmonies of #ADFDB7
Complementary color
Monochromatic Colors of #ADFDB7
Black with #ADFDB7
Text Example
Text Example
White with #ADFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDB7; }
p { color: rgb(173,253,183); }
H1.HeaderClassName
{
color: #ADFDB7;
}
.AnyTagClassName
{
color: #ADFDB7;
}
</style>
background-color css
<style>
a { background-color: #ADFDB7; }
a { background-color: rgb(173,253,183); }
div.DivClassName
{
background-color: #ADFDB7;
}
.BgClassName
{
background-color: #ADFDB7;
}
</style>
border-color css
<style>
span { border-color: #ADFDB7; }
span { border-color: rgb(173,253,183); }
td.TdClassName
{
border-color: #ADFDB7;
}
.TagClassName
{
border-color: #ADFDB7;
}
</style>