Shades of Fringy Flower #AFFBBD
Tints of Fringy Flower #AFFBBD
RGB
CMYK
RGB Variations
Color information
#AFFBBD (or 0xAFFBBD) is known color: Fringy Flower. HEX triplet: AF, FB and BD. RGB value is (175,251,189). Sum of RGB (Red+Green+Blue) = 175+251+189=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBBD is #500442. Grayscale: #DDDDDD. Windows color (decimal): -5243971 or 12450735. OLE color: 12450735.
HSL color Cylindrical-coordinate representation of color #AFFBBD: hue angle of 131.05º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBBD is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 189 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.02 |
| HSL | 131.05º | 0.9% | 0.84% | - |
| HSV(B) | 131.05º | 0.3% | 0.98% | - |
| XYZ | 61.36 | 81.78 | 60.7 | - |
| YUV | 221.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 189 | 0.30 | 0 | 0.25 | 0.02 | 131.05 | 0.9 | 0.84 |
| Hex | AF | FB | BD | 1E | 0 | 19 | 2 | 83 | 5A | 54 |
| Octal | 257 | 373 | 275 | 36 | 0 | 31 | 2 | 203 | 132 | 124 |
| Binary | 10101111 | 11111011 | 10111101 | 11110 | 0 | 11001 | 10 | 10000011 | 1011010 | 1010100 |
Color Harmonies of #AFFBBD
Complementary color
Monochromatic Colors of #AFFBBD
Black with #AFFBBD
Text Example
Text Example
White with #AFFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBBD; }
p { color: rgb(175,251,189); }
H1.HeaderClassName
{
color: #AFFBBD;
}
.AnyTagClassName
{
color: #AFFBBD;
}
</style>
background-color css
<style>
a { background-color: #AFFBBD; }
a { background-color: rgb(175,251,189); }
div.DivClassName
{
background-color: #AFFBBD;
}
.BgClassName
{
background-color: #AFFBBD;
}
</style>
border-color css
<style>
span { border-color: #AFFBBD; }
span { border-color: rgb(175,251,189); }
td.TdClassName
{
border-color: #AFFBBD;
}
.TagClassName
{
border-color: #AFFBBD;
}
</style>