Shades of Fringy Flower #ABDFB5
Tints of Fringy Flower #ABDFB5
RGB
CMYK
RGB Variations
Color information
#ABDFB5 (or 0xABDFB5) is known color: Fringy Flower. HEX triplet: AB, DF and B5. RGB value is (171,223,181). Sum of RGB (Red+Green+Blue) = 171+223+181=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFB5 is #54204A. Grayscale: #CACACA. Windows color (decimal): -5513291 or 11919275. OLE color: 11919275.
HSL color Cylindrical-coordinate representation of color #ABDFB5: hue angle of 131.54º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFB5 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 181 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.13 |
| HSL | 131.54º | 0.45% | 0.77% | - |
| HSV(B) | 131.54º | 0.23% | 0.87% | - |
| XYZ | 51.52 | 64.77 | 53.5 | - |
| YUV | 202.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 181 | 0.23 | 0 | 0.19 | 0.13 | 131.54 | 0.45 | 0.77 |
| Hex | AB | DF | B5 | 17 | 0 | 13 | D | 84 | 2D | 4D |
| Octal | 253 | 337 | 265 | 27 | 0 | 23 | 15 | 204 | 55 | 115 |
| Binary | 10101011 | 11011111 | 10110101 | 10111 | 0 | 10011 | 1101 | 10000100 | 101101 | 1001101 |
Color Harmonies of #ABDFB5
Complementary color
Monochromatic Colors of #ABDFB5
Black with #ABDFB5
Text Example
Text Example
White with #ABDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDFB5; }
p { color: rgb(171,223,181); }
H1.HeaderClassName
{
color: #ABDFB5;
}
.AnyTagClassName
{
color: #ABDFB5;
}
</style>
background-color css
<style>
a { background-color: #ABDFB5; }
a { background-color: rgb(171,223,181); }
div.DivClassName
{
background-color: #ABDFB5;
}
.BgClassName
{
background-color: #ABDFB5;
}
</style>
border-color css
<style>
span { border-color: #ABDFB5; }
span { border-color: rgb(171,223,181); }
td.TdClassName
{
border-color: #ABDFB5;
}
.TagClassName
{
border-color: #ABDFB5;
}
</style>