Shades of Fringy Flower #AFFEBD
Tints of Fringy Flower #AFFEBD
RGB
CMYK
RGB Variations
Color information
#AFFEBD (or 0xAFFEBD) is known color: Fringy Flower. HEX triplet: AF, FE and BD. RGB value is (175,254,189). Sum of RGB (Red+Green+Blue) = 175+254+189=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEBD is #500142. Grayscale: #DFDFDF. Windows color (decimal): -5243203 or 12451503. OLE color: 12451503.
HSL color Cylindrical-coordinate representation of color #AFFEBD: hue angle of 130.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEBD is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 189 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.00 |
| HSL | 130.63º | 0.98% | 0.84% | - |
| HSV(B) | 130.63º | 0.31% | 1% | - |
| XYZ | 62.31 | 83.67 | 61.01 | - |
| YUV | 222.97 | 108.83 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 189 | 0.31 | 0 | 0.26 | 0.00 | 130.63 | 0.98 | 0.84 |
| Hex | AF | FE | BD | 1F | 0 | 1A | 0 | 83 | 62 | 54 |
| Octal | 257 | 376 | 275 | 37 | 0 | 32 | 0 | 203 | 142 | 124 |
| Binary | 10101111 | 11111110 | 10111101 | 11111 | 0 | 11010 | 0 | 10000011 | 1100010 | 1010100 |
Color Harmonies of #AFFEBD
Complementary color
Monochromatic Colors of #AFFEBD
Black with #AFFEBD
Text Example
Text Example
White with #AFFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFEBD; }
p { color: rgb(175,254,189); }
H1.HeaderClassName
{
color: #AFFEBD;
}
.AnyTagClassName
{
color: #AFFEBD;
}
</style>
background-color css
<style>
a { background-color: #AFFEBD; }
a { background-color: rgb(175,254,189); }
div.DivClassName
{
background-color: #AFFEBD;
}
.BgClassName
{
background-color: #AFFEBD;
}
</style>
border-color css
<style>
span { border-color: #AFFEBD; }
span { border-color: rgb(175,254,189); }
td.TdClassName
{
border-color: #AFFEBD;
}
.TagClassName
{
border-color: #AFFEBD;
}
</style>