Shades of Fringy Flower #ADFDBD
Tints of Fringy Flower #ADFDBD
RGB
CMYK
RGB Variations
Color information
#ADFDBD (or 0xADFDBD) is known color: Fringy Flower. HEX triplet: AD, FD and BD. RGB value is (173,253,189). Sum of RGB (Red+Green+Blue) = 173+253+189=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFDBD is #520242. Grayscale: #DDDDDD. Windows color (decimal): -5374531 or 12451245. OLE color: 12451245.
HSL color Cylindrical-coordinate representation of color #ADFDBD: hue angle of 132º 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 #ADFDBD is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 189 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.01 |
| HSL | 132º | 0.95% | 0.84% | - |
| HSV(B) | 132º | 0.32% | 0.99% | - |
| XYZ | 61.54 | 82.81 | 60.88 | - |
| YUV | 221.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 189 | 0.32 | 0 | 0.25 | 0.01 | 132 | 0.95 | 0.84 |
| Hex | AD | FD | BD | 20 | 0 | 19 | 1 | 84 | 5F | 54 |
| Octal | 255 | 375 | 275 | 40 | 0 | 31 | 1 | 204 | 137 | 124 |
| Binary | 10101101 | 11111101 | 10111101 | 100000 | 0 | 11001 | 1 | 10000100 | 1011111 | 1010100 |
Color Harmonies of #ADFDBD
Complementary color
Monochromatic Colors of #ADFDBD
Black with #ADFDBD
Text Example
Text Example
White with #ADFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFDBD; }
p { color: rgb(173,253,189); }
H1.HeaderClassName
{
color: #ADFDBD;
}
.AnyTagClassName
{
color: #ADFDBD;
}
</style>
background-color css
<style>
a { background-color: #ADFDBD; }
a { background-color: rgb(173,253,189); }
div.DivClassName
{
background-color: #ADFDBD;
}
.BgClassName
{
background-color: #ADFDBD;
}
</style>
border-color css
<style>
span { border-color: #ADFDBD; }
span { border-color: rgb(173,253,189); }
td.TdClassName
{
border-color: #ADFDBD;
}
.TagClassName
{
border-color: #ADFDBD;
}
</style>