Shades of Fringy Flower #ABF4B9
Tints of Fringy Flower #ABF4B9
RGB
CMYK
RGB Variations
Color information
#ABF4B9 (or 0xABF4B9) is known color: Fringy Flower. HEX triplet: AB, F4 and B9. RGB value is (171,244,185). Sum of RGB (Red+Green+Blue) = 171+244+185=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 244 (95.70% from 255 or 40.67% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF4B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF4B9 is #540B46. Grayscale: #D7D7D7. Windows color (decimal): -5507911 or 12186795. OLE color: 12186795.
HSL color Cylindrical-coordinate representation of color #ABF4B9: hue angle of 131.51º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF4B9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 244 | 185 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.04 |
| HSL | 131.51º | 0.77% | 0.81% | - |
| HSV(B) | 131.51º | 0.3% | 0.96% | - |
| XYZ | 57.9 | 76.86 | 57.68 | - |
| YUV | 215.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 244 | 185 | 0.30 | 0 | 0.24 | 0.04 | 131.51 | 0.77 | 0.81 |
| Hex | AB | F4 | B9 | 1E | 0 | 18 | 4 | 84 | 4D | 51 |
| Octal | 253 | 364 | 271 | 36 | 0 | 30 | 4 | 204 | 115 | 121 |
| Binary | 10101011 | 11110100 | 10111001 | 11110 | 0 | 11000 | 100 | 10000100 | 1001101 | 1010001 |
Color Harmonies of #ABF4B9
Complementary color
Monochromatic Colors of #ABF4B9
Black with #ABF4B9
Text Example
Text Example
White with #ABF4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF4B9; }
p { color: rgb(171,244,185); }
H1.HeaderClassName
{
color: #ABF4B9;
}
.AnyTagClassName
{
color: #ABF4B9;
}
</style>
background-color css
<style>
a { background-color: #ABF4B9; }
a { background-color: rgb(171,244,185); }
div.DivClassName
{
background-color: #ABF4B9;
}
.BgClassName
{
background-color: #ABF4B9;
}
</style>
border-color css
<style>
span { border-color: #ABF4B9; }
span { border-color: rgb(171,244,185); }
td.TdClassName
{
border-color: #ABF4B9;
}
.TagClassName
{
border-color: #ABF4B9;
}
</style>