Shades of Fringy Flower #AFE4B9
Tints of Fringy Flower #AFE4B9
RGB
CMYK
RGB Variations
Color information
#AFE4B9 (or 0xAFE4B9) is known color: Fringy Flower. HEX triplet: AF, E4 and B9. RGB value is (175,228,185). Sum of RGB (Red+Green+Blue) = 175+228+185=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE4B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE4B9 is #501B46. Grayscale: #CFCFCF. Windows color (decimal): -5249863 or 12182703. OLE color: 12182703.
HSL color Cylindrical-coordinate representation of color #AFE4B9: hue angle of 131.32º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE4B9 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 228 | 185 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.11 |
| HSL | 131.32º | 0.5% | 0.79% | - |
| HSV(B) | 131.32º | 0.23% | 0.89% | - |
| XYZ | 54.18 | 68.1 | 56.19 | - |
| YUV | 207.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 228 | 185 | 0.23 | 0 | 0.19 | 0.11 | 131.32 | 0.5 | 0.79 |
| Hex | AF | E4 | B9 | 17 | 0 | 13 | B | 83 | 32 | 4F |
| Octal | 257 | 344 | 271 | 27 | 0 | 23 | 13 | 203 | 62 | 117 |
| Binary | 10101111 | 11100100 | 10111001 | 10111 | 0 | 10011 | 1011 | 10000011 | 110010 | 1001111 |
Color Harmonies of #AFE4B9
Complementary color
Monochromatic Colors of #AFE4B9
Black with #AFE4B9
Text Example
Text Example
White with #AFE4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE4B9; }
p { color: rgb(175,228,185); }
H1.HeaderClassName
{
color: #AFE4B9;
}
.AnyTagClassName
{
color: #AFE4B9;
}
</style>
background-color css
<style>
a { background-color: #AFE4B9; }
a { background-color: rgb(175,228,185); }
div.DivClassName
{
background-color: #AFE4B9;
}
.BgClassName
{
background-color: #AFE4B9;
}
</style>
border-color css
<style>
span { border-color: #AFE4B9; }
span { border-color: rgb(175,228,185); }
td.TdClassName
{
border-color: #AFE4B9;
}
.TagClassName
{
border-color: #AFE4B9;
}
</style>