Shades of Fringy Flower #AFF5BF
Tints of Fringy Flower #AFF5BF
RGB
CMYK
RGB Variations
Color information
#AFF5BF (or 0xAFF5BF) is known color: Fringy Flower. HEX triplet: AF, F5 and BF. RGB value is (175,245,191). Sum of RGB (Red+Green+Blue) = 175+245+191=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5BF is #500A40. Grayscale: #DADADA. Windows color (decimal): -5245505 or 12580271. OLE color: 12580271.
HSL color Cylindrical-coordinate representation of color #AFF5BF: hue angle of 133.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5BF is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 191 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.04 |
| HSL | 133.71º | 0.78% | 0.82% | - |
| HSV(B) | 133.71º | 0.29% | 0.96% | - |
| XYZ | 59.74 | 78.18 | 61.23 | - |
| YUV | 217.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 191 | 0.29 | 0 | 0.22 | 0.04 | 133.71 | 0.78 | 0.82 |
| Hex | AF | F5 | BF | 1D | 0 | 16 | 4 | 86 | 4E | 52 |
| Octal | 257 | 365 | 277 | 35 | 0 | 26 | 4 | 206 | 116 | 122 |
| Binary | 10101111 | 11110101 | 10111111 | 11101 | 0 | 10110 | 100 | 10000110 | 1001110 | 1010010 |
Color Harmonies of #AFF5BF
Complementary color
Monochromatic Colors of #AFF5BF
Black with #AFF5BF
Text Example
Text Example
White with #AFF5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5BF; }
p { color: rgb(175,245,191); }
H1.HeaderClassName
{
color: #AFF5BF;
}
.AnyTagClassName
{
color: #AFF5BF;
}
</style>
background-color css
<style>
a { background-color: #AFF5BF; }
a { background-color: rgb(175,245,191); }
div.DivClassName
{
background-color: #AFF5BF;
}
.BgClassName
{
background-color: #AFF5BF;
}
</style>
border-color css
<style>
span { border-color: #AFF5BF; }
span { border-color: rgb(175,245,191); }
td.TdClassName
{
border-color: #AFF5BF;
}
.TagClassName
{
border-color: #AFF5BF;
}
</style>