Shades of Fringy Flower #AFF4BD
Tints of Fringy Flower #AFF4BD
RGB
CMYK
RGB Variations
Color information
#AFF4BD (or 0xAFF4BD) is known color: Fringy Flower. HEX triplet: AF, F4 and BD. RGB value is (175,244,189). Sum of RGB (Red+Green+Blue) = 175+244+189=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 244 (95.70% from 255 or 40.13% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4BD is #500B42. Grayscale: #D9D9D9. Windows color (decimal): -5245763 or 12448943. OLE color: 12448943.
HSL color Cylindrical-coordinate representation of color #AFF4BD: hue angle of 132.17º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4BD is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 189 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.04 |
| HSL | 132.17º | 0.76% | 0.82% | - |
| HSV(B) | 132.17º | 0.28% | 0.96% | - |
| XYZ | 59.22 | 77.49 | 59.98 | - |
| YUV | 217.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 189 | 0.28 | 0 | 0.23 | 0.04 | 132.17 | 0.76 | 0.82 |
| Hex | AF | F4 | BD | 1C | 0 | 17 | 4 | 84 | 4C | 52 |
| Octal | 257 | 364 | 275 | 34 | 0 | 27 | 4 | 204 | 114 | 122 |
| Binary | 10101111 | 11110100 | 10111101 | 11100 | 0 | 10111 | 100 | 10000100 | 1001100 | 1010010 |
Color Harmonies of #AFF4BD
Complementary color
Monochromatic Colors of #AFF4BD
Black with #AFF4BD
Text Example
Text Example
White with #AFF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4BD; }
p { color: rgb(175,244,189); }
H1.HeaderClassName
{
color: #AFF4BD;
}
.AnyTagClassName
{
color: #AFF4BD;
}
</style>
background-color css
<style>
a { background-color: #AFF4BD; }
a { background-color: rgb(175,244,189); }
div.DivClassName
{
background-color: #AFF4BD;
}
.BgClassName
{
background-color: #AFF4BD;
}
</style>
border-color css
<style>
span { border-color: #AFF4BD; }
span { border-color: rgb(175,244,189); }
td.TdClassName
{
border-color: #AFF4BD;
}
.TagClassName
{
border-color: #AFF4BD;
}
</style>