Shades of Fringy Flower #AFE5B7
Tints of Fringy Flower #AFE5B7
RGB
CMYK
RGB Variations
Color information
#AFE5B7 (or 0xAFE5B7) is known color: Fringy Flower. HEX triplet: AF, E5 and B7. RGB value is (175,229,183). Sum of RGB (Red+Green+Blue) = 175+229+183=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE5B7 is #501A48. Grayscale: #CFCFCF. Windows color (decimal): -5249609 or 12051887. OLE color: 12051887.
HSL color Cylindrical-coordinate representation of color #AFE5B7: hue angle of 128.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE5B7 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 229 | 183 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.10 |
| HSL | 128.89º | 0.51% | 0.79% | - |
| HSV(B) | 128.89º | 0.24% | 0.9% | - |
| XYZ | 54.25 | 68.57 | 55.18 | - |
| YUV | 207.61 | 114.11 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 229 | 183 | 0.24 | 0 | 0.20 | 0.10 | 128.89 | 0.51 | 0.79 |
| Hex | AF | E5 | B7 | 18 | 0 | 14 | A | 81 | 33 | 4F |
| Octal | 257 | 345 | 267 | 30 | 0 | 24 | 12 | 201 | 63 | 117 |
| Binary | 10101111 | 11100101 | 10110111 | 11000 | 0 | 10100 | 1010 | 10000001 | 110011 | 1001111 |
Color Harmonies of #AFE5B7
Complementary color
Monochromatic Colors of #AFE5B7
Black with #AFE5B7
Text Example
Text Example
White with #AFE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE5B7; }
p { color: rgb(175,229,183); }
H1.HeaderClassName
{
color: #AFE5B7;
}
.AnyTagClassName
{
color: #AFE5B7;
}
</style>
background-color css
<style>
a { background-color: #AFE5B7; }
a { background-color: rgb(175,229,183); }
div.DivClassName
{
background-color: #AFE5B7;
}
.BgClassName
{
background-color: #AFE5B7;
}
</style>
border-color css
<style>
span { border-color: #AFE5B7; }
span { border-color: rgb(175,229,183); }
td.TdClassName
{
border-color: #AFE5B7;
}
.TagClassName
{
border-color: #AFE5B7;
}
</style>