Shades of Fringy Flower #ADFDBC
Tints of Fringy Flower #ADFDBC
RGB
CMYK
RGB Variations
Color information
#ADFDBC (or 0xADFDBC) is known color: Fringy Flower. HEX triplet: AD, FD and BC. RGB value is (173,253,188). Sum of RGB (Red+Green+Blue) = 173+253+188=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDBC is #520243. Grayscale: #DDDDDD. Windows color (decimal): -5374532 or 12385709. OLE color: 12385709.
HSL color Cylindrical-coordinate representation of color #ADFDBC: hue angle of 131.25º 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 #ADFDBC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 188 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.01 |
| HSL | 131.25º | 0.95% | 0.84% | - |
| HSV(B) | 131.25º | 0.32% | 0.99% | - |
| XYZ | 61.44 | 82.77 | 60.31 | - |
| YUV | 221.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 188 | 0.32 | 0 | 0.26 | 0.01 | 131.25 | 0.95 | 0.84 |
| Hex | AD | FD | BC | 20 | 0 | 1A | 1 | 83 | 5F | 54 |
| Octal | 255 | 375 | 274 | 40 | 0 | 32 | 1 | 203 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10111100 | 100000 | 0 | 11010 | 1 | 10000011 | 1011111 | 1010100 |
Color Harmonies of #ADFDBC
Complementary color
Monochromatic Colors of #ADFDBC
Black with #ADFDBC
Text Example
Text Example
White with #ADFDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDBC; }
p { color: rgb(173,253,188); }
H1.HeaderClassName
{
color: #ADFDBC;
}
.AnyTagClassName
{
color: #ADFDBC;
}
</style>
background-color css
<style>
a { background-color: #ADFDBC; }
a { background-color: rgb(173,253,188); }
div.DivClassName
{
background-color: #ADFDBC;
}
.BgClassName
{
background-color: #ADFDBC;
}
</style>
border-color css
<style>
span { border-color: #ADFDBC; }
span { border-color: rgb(173,253,188); }
td.TdClassName
{
border-color: #ADFDBC;
}
.TagClassName
{
border-color: #ADFDBC;
}
</style>