Shades of Fringy Flower #ADFFBD
Tints of Fringy Flower #ADFFBD
RGB
CMYK
RGB Variations
Color information
#ADFFBD (or 0xADFFBD) is known color: Fringy Flower. HEX triplet: AD, FF and BD. RGB value is (173,255,189). Sum of RGB (Red+Green+Blue) = 173+255+189=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFFBD is #520042. Grayscale: #DFDFDF. Windows color (decimal): -5374019 or 12451757. OLE color: 12451757.
HSL color Cylindrical-coordinate representation of color #ADFFBD: hue angle of 131.71º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADFFBD is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 189 | - |
| CMYK | 0.32 | 0 | 0.26 | 0 |
| HSL | 131.71º | 1% | 0.84% | - |
| HSV(B) | 131.71º | 0.32% | 1% | - |
| XYZ | 62.18 | 84.08 | 61.1 | - |
| YUV | 222.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 189 | 0.32 | 0 | 0.26 | 0 | 131.71 | 1 | 0.84 |
| Hex | AD | FF | BD | 20 | 0 | 1A | 0 | 84 | 64 | 54 |
| Octal | 255 | 377 | 275 | 40 | 0 | 32 | 0 | 204 | 144 | 124 |
| Binary | 10101101 | 11111111 | 10111101 | 100000 | 0 | 11010 | 0 | 10000100 | 1100100 | 1010100 |
Color Harmonies of #ADFFBD
Complementary color
Monochromatic Colors of #ADFFBD
Black with #ADFFBD
Text Example
Text Example
White with #ADFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFFBD; }
p { color: rgb(173,255,189); }
H1.HeaderClassName
{
color: #ADFFBD;
}
.AnyTagClassName
{
color: #ADFFBD;
}
</style>
background-color css
<style>
a { background-color: #ADFFBD; }
a { background-color: rgb(173,255,189); }
div.DivClassName
{
background-color: #ADFFBD;
}
.BgClassName
{
background-color: #ADFFBD;
}
</style>
border-color css
<style>
span { border-color: #ADFFBD; }
span { border-color: rgb(173,255,189); }
td.TdClassName
{
border-color: #ADFFBD;
}
.TagClassName
{
border-color: #ADFFBD;
}
</style>