Shades of Fringy Flower #AFFFBB
Tints of Fringy Flower #AFFFBB
RGB
CMYK
RGB Variations
Color information
#AFFFBB (or 0xAFFFBB) is known color: Fringy Flower. HEX triplet: AF, FF and BB. RGB value is (175,255,187). Sum of RGB (Red+Green+Blue) = 175+255+187=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFBB is #500044. Grayscale: #DFDFDF. Windows color (decimal): -5242949 or 12320687. OLE color: 12320687.
HSL color Cylindrical-coordinate representation of color #AFFFBB: hue angle of 129º 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 #AFFFBB is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 187 | - |
| CMYK | 0.31 | 0 | 0.27 | 0 |
| HSL | 129º | 1% | 0.84% | - |
| HSV(B) | 129º | 0.31% | 1% | - |
| XYZ | 62.41 | 84.22 | 59.98 | - |
| YUV | 223.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 187 | 0.31 | 0 | 0.27 | 0 | 129 | 1 | 0.84 |
| Hex | AF | FF | BB | 1F | 0 | 1B | 0 | 81 | 64 | 54 |
| Octal | 257 | 377 | 273 | 37 | 0 | 33 | 0 | 201 | 144 | 124 |
| Binary | 10101111 | 11111111 | 10111011 | 11111 | 0 | 11011 | 0 | 10000001 | 1100100 | 1010100 |
Color Harmonies of #AFFFBB
Complementary color
Monochromatic Colors of #AFFFBB
Black with #AFFFBB
Text Example
Text Example
White with #AFFFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFBB; }
p { color: rgb(175,255,187); }
H1.HeaderClassName
{
color: #AFFFBB;
}
.AnyTagClassName
{
color: #AFFFBB;
}
</style>
background-color css
<style>
a { background-color: #AFFFBB; }
a { background-color: rgb(175,255,187); }
div.DivClassName
{
background-color: #AFFFBB;
}
.BgClassName
{
background-color: #AFFFBB;
}
</style>
border-color css
<style>
span { border-color: #AFFFBB; }
span { border-color: rgb(175,255,187); }
td.TdClassName
{
border-color: #AFFFBB;
}
.TagClassName
{
border-color: #AFFFBB;
}
</style>