Shades of Fringy Flower #AFFFBE
Tints of Fringy Flower #AFFFBE
RGB
CMYK
RGB Variations
Color information
#AFFFBE (or 0xAFFFBE) is known color: Fringy Flower. HEX triplet: AF, FF and BE. RGB value is (175,255,190). Sum of RGB (Red+Green+Blue) = 175+255+190=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFBE is #500041. Grayscale: #DFDFDF. Windows color (decimal): -5242946 or 12517295. OLE color: 12517295.
HSL color Cylindrical-coordinate representation of color #AFFFBE: hue angle of 131.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFBE is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 190 | - |
| CMYK | 0.31 | 0 | 0.25 | 0 |
| HSL | 131.25º | 1% | 0.84% | - |
| HSV(B) | 131.25º | 0.31% | 1% | - |
| XYZ | 62.73 | 84.35 | 61.69 | - |
| YUV | 223.67 | 109 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 190 | 0.31 | 0 | 0.25 | 0 | 131.25 | 1 | 0.84 |
| Hex | AF | FF | BE | 1F | 0 | 19 | 0 | 83 | 64 | 54 |
| Octal | 257 | 377 | 276 | 37 | 0 | 31 | 0 | 203 | 144 | 124 |
| Binary | 10101111 | 11111111 | 10111110 | 11111 | 0 | 11001 | 0 | 10000011 | 1100100 | 1010100 |
Color Harmonies of #AFFFBE
Complementary color
Monochromatic Colors of #AFFFBE
Black with #AFFFBE
Text Example
Text Example
White with #AFFFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFBE; }
p { color: rgb(175,255,190); }
H1.HeaderClassName
{
color: #AFFFBE;
}
.AnyTagClassName
{
color: #AFFFBE;
}
</style>
background-color css
<style>
a { background-color: #AFFFBE; }
a { background-color: rgb(175,255,190); }
div.DivClassName
{
background-color: #AFFFBE;
}
.BgClassName
{
background-color: #AFFFBE;
}
</style>
border-color css
<style>
span { border-color: #AFFFBE; }
span { border-color: rgb(175,255,190); }
td.TdClassName
{
border-color: #AFFFBE;
}
.TagClassName
{
border-color: #AFFFBE;
}
</style>