Shades of Fringy Flower #AFF4C0
Tints of Fringy Flower #AFF4C0
RGB
CMYK
RGB Variations
Color information
#AFF4C0 (or 0xAFF4C0) is known color: Fringy Flower. HEX triplet: AF, F4 and C0. RGB value is (175,244,192). Sum of RGB (Red+Green+Blue) = 175+244+192=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 192 (75.39% from 255 or 31.42% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4C0 is #500B3F. Grayscale: #D9D9D9. Windows color (decimal): -5245760 or 12645551. OLE color: 12645551.
HSL color Cylindrical-coordinate representation of color #AFF4C0: hue angle of 134.78º 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 #AFF4C0 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 192 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.04 |
| HSL | 134.78º | 0.76% | 0.82% | - |
| HSV(B) | 134.78º | 0.28% | 0.96% | - |
| XYZ | 59.54 | 77.62 | 61.71 | - |
| YUV | 217.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 192 | 0.28 | 0 | 0.21 | 0.04 | 134.78 | 0.76 | 0.82 |
| Hex | AF | F4 | C0 | 1C | 0 | 15 | 4 | 87 | 4C | 52 |
| Octal | 257 | 364 | 300 | 34 | 0 | 25 | 4 | 207 | 114 | 122 |
| Binary | 10101111 | 11110100 | 11000000 | 11100 | 0 | 10101 | 100 | 10000111 | 1001100 | 1010010 |
Color Harmonies of #AFF4C0
Complementary color
Monochromatic Colors of #AFF4C0
Black with #AFF4C0
Text Example
Text Example
White with #AFF4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4C0; }
p { color: rgb(175,244,192); }
H1.HeaderClassName
{
color: #AFF4C0;
}
.AnyTagClassName
{
color: #AFF4C0;
}
</style>
background-color css
<style>
a { background-color: #AFF4C0; }
a { background-color: rgb(175,244,192); }
div.DivClassName
{
background-color: #AFF4C0;
}
.BgClassName
{
background-color: #AFF4C0;
}
</style>
border-color css
<style>
span { border-color: #AFF4C0; }
span { border-color: rgb(175,244,192); }
td.TdClassName
{
border-color: #AFF4C0;
}
.TagClassName
{
border-color: #AFF4C0;
}
</style>