Shades of Fringy Flower #AFF7BD
Tints of Fringy Flower #AFF7BD
RGB
CMYK
RGB Variations
Color information
#AFF7BD (or 0xAFF7BD) is known color: Fringy Flower. HEX triplet: AF, F7 and BD. RGB value is (175,247,189). Sum of RGB (Red+Green+Blue) = 175+247+189=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7BD is #500842. Grayscale: #DBDBDB. Windows color (decimal): -5244995 or 12449711. OLE color: 12449711.
HSL color Cylindrical-coordinate representation of color #AFF7BD: hue angle of 131.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7BD is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 189 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.03 |
| HSL | 131.67º | 0.82% | 0.83% | - |
| HSV(B) | 131.67º | 0.29% | 0.97% | - |
| XYZ | 60.13 | 79.31 | 60.28 | - |
| YUV | 218.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 189 | 0.29 | 0 | 0.23 | 0.03 | 131.67 | 0.82 | 0.83 |
| Hex | AF | F7 | BD | 1D | 0 | 17 | 3 | 84 | 52 | 53 |
| Octal | 257 | 367 | 275 | 35 | 0 | 27 | 3 | 204 | 122 | 123 |
| Binary | 10101111 | 11110111 | 10111101 | 11101 | 0 | 10111 | 11 | 10000100 | 1010010 | 1010011 |
Color Harmonies of #AFF7BD
Complementary color
Monochromatic Colors of #AFF7BD
Black with #AFF7BD
Text Example
Text Example
White with #AFF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF7BD; }
p { color: rgb(175,247,189); }
H1.HeaderClassName
{
color: #AFF7BD;
}
.AnyTagClassName
{
color: #AFF7BD;
}
</style>
background-color css
<style>
a { background-color: #AFF7BD; }
a { background-color: rgb(175,247,189); }
div.DivClassName
{
background-color: #AFF7BD;
}
.BgClassName
{
background-color: #AFF7BD;
}
</style>
border-color css
<style>
span { border-color: #AFF7BD; }
span { border-color: rgb(175,247,189); }
td.TdClassName
{
border-color: #AFF7BD;
}
.TagClassName
{
border-color: #AFF7BD;
}
</style>