Shades of Fringy Flower #ADFBBC
Tints of Fringy Flower #ADFBBC
RGB
CMYK
RGB Variations
Color information
#ADFBBC (or 0xADFBBC) is known color: Fringy Flower. HEX triplet: AD, FB and BC. RGB value is (173,251,188). Sum of RGB (Red+Green+Blue) = 173+251+188=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBBC is #520443. Grayscale: #DCDCDC. Windows color (decimal): -5375044 or 12385197. OLE color: 12385197.
HSL color Cylindrical-coordinate representation of color #ADFBBC: hue angle of 131.54º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADFBBC is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 251 | 188 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.02 |
| HSL | 131.54º | 0.91% | 0.83% | - |
| HSV(B) | 131.54º | 0.31% | 0.98% | - |
| XYZ | 60.81 | 81.51 | 60.1 | - |
| YUV | 220.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 251 | 188 | 0.31 | 0 | 0.25 | 0.02 | 131.54 | 0.91 | 0.83 |
| Hex | AD | FB | BC | 1F | 0 | 19 | 2 | 84 | 5B | 53 |
| Octal | 255 | 373 | 274 | 37 | 0 | 31 | 2 | 204 | 133 | 123 |
| Binary | 10101101 | 11111011 | 10111100 | 11111 | 0 | 11001 | 10 | 10000100 | 1011011 | 1010011 |
Color Harmonies of #ADFBBC
Complementary color
Monochromatic Colors of #ADFBBC
Black with #ADFBBC
Text Example
Text Example
White with #ADFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFBBC; }
p { color: rgb(173,251,188); }
H1.HeaderClassName
{
color: #ADFBBC;
}
.AnyTagClassName
{
color: #ADFBBC;
}
</style>
background-color css
<style>
a { background-color: #ADFBBC; }
a { background-color: rgb(173,251,188); }
div.DivClassName
{
background-color: #ADFBBC;
}
.BgClassName
{
background-color: #ADFBBC;
}
</style>
border-color css
<style>
span { border-color: #ADFBBC; }
span { border-color: rgb(173,251,188); }
td.TdClassName
{
border-color: #ADFBBC;
}
.TagClassName
{
border-color: #ADFBBC;
}
</style>