Shades of Fringy Flower #AFEDBD
Tints of Fringy Flower #AFEDBD
RGB
CMYK
RGB Variations
Color information
#AFEDBD (or 0xAFEDBD) is known color: Fringy Flower. HEX triplet: AF, ED and BD. RGB value is (175,237,189). Sum of RGB (Red+Green+Blue) = 175+237+189=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDBD is #501242. Grayscale: #D5D5D5. Windows color (decimal): -5247555 or 12447151. OLE color: 12447151.
HSL color Cylindrical-coordinate representation of color #AFEDBD: hue angle of 133.55º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDBD is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 189 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.07 |
| HSL | 133.55º | 0.63% | 0.81% | - |
| HSV(B) | 133.55º | 0.26% | 0.93% | - |
| XYZ | 57.15 | 73.36 | 59.29 | - |
| YUV | 212.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 189 | 0.26 | 0 | 0.20 | 0.07 | 133.55 | 0.63 | 0.81 |
| Hex | AF | ED | BD | 1A | 0 | 14 | 7 | 86 | 3F | 51 |
| Octal | 257 | 355 | 275 | 32 | 0 | 24 | 7 | 206 | 77 | 121 |
| Binary | 10101111 | 11101101 | 10111101 | 11010 | 0 | 10100 | 111 | 10000110 | 111111 | 1010001 |
Color Harmonies of #AFEDBD
Complementary color
Monochromatic Colors of #AFEDBD
Black with #AFEDBD
Text Example
Text Example
White with #AFEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDBD; }
p { color: rgb(175,237,189); }
H1.HeaderClassName
{
color: #AFEDBD;
}
.AnyTagClassName
{
color: #AFEDBD;
}
</style>
background-color css
<style>
a { background-color: #AFEDBD; }
a { background-color: rgb(175,237,189); }
div.DivClassName
{
background-color: #AFEDBD;
}
.BgClassName
{
background-color: #AFEDBD;
}
</style>
border-color css
<style>
span { border-color: #AFEDBD; }
span { border-color: rgb(175,237,189); }
td.TdClassName
{
border-color: #AFEDBD;
}
.TagClassName
{
border-color: #AFEDBD;
}
</style>