Shades of Fringy Flower #ADF1BB
Tints of Fringy Flower #ADF1BB
RGB
CMYK
RGB Variations
Color information
#ADF1BB (or 0xADF1BB) is known color: Fringy Flower. HEX triplet: AD, F1 and BB. RGB value is (173,241,187). Sum of RGB (Red+Green+Blue) = 173+241+187=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1BB is #520E44. Grayscale: #D6D6D6. Windows color (decimal): -5377605 or 12317101. OLE color: 12317101.
HSL color Cylindrical-coordinate representation of color #ADF1BB: hue angle of 132.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1BB is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 187 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.05 |
| HSL | 132.35º | 0.71% | 0.81% | - |
| HSV(B) | 132.35º | 0.28% | 0.95% | - |
| XYZ | 57.66 | 75.38 | 58.53 | - |
| YUV | 214.51 | 112.47 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 187 | 0.28 | 0 | 0.22 | 0.05 | 132.35 | 0.71 | 0.81 |
| Hex | AD | F1 | BB | 1C | 0 | 16 | 5 | 84 | 47 | 51 |
| Octal | 255 | 361 | 273 | 34 | 0 | 26 | 5 | 204 | 107 | 121 |
| Binary | 10101101 | 11110001 | 10111011 | 11100 | 0 | 10110 | 101 | 10000100 | 1000111 | 1010001 |
Color Harmonies of #ADF1BB
Complementary color
Monochromatic Colors of #ADF1BB
Black with #ADF1BB
Text Example
Text Example
White with #ADF1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF1BB; }
p { color: rgb(173,241,187); }
H1.HeaderClassName
{
color: #ADF1BB;
}
.AnyTagClassName
{
color: #ADF1BB;
}
</style>
background-color css
<style>
a { background-color: #ADF1BB; }
a { background-color: rgb(173,241,187); }
div.DivClassName
{
background-color: #ADF1BB;
}
.BgClassName
{
background-color: #ADF1BB;
}
</style>
border-color css
<style>
span { border-color: #ADF1BB; }
span { border-color: rgb(173,241,187); }
td.TdClassName
{
border-color: #ADF1BB;
}
.TagClassName
{
border-color: #ADF1BB;
}
</style>