Shades of Fringy Flower #A5DFB7
Tints of Fringy Flower #A5DFB7
RGB
CMYK
RGB Variations
Color information
#A5DFB7 (or 0xA5DFB7) is known color: Fringy Flower. HEX triplet: A5, DF and B7. RGB value is (165,223,183). Sum of RGB (Red+Green+Blue) = 165+223+183=571 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.90% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFB7 is #5A2048. Grayscale: #C9C9C9. Windows color (decimal): -5906505 or 12050341. OLE color: 12050341.
HSL color Cylindrical-coordinate representation of color #A5DFB7: hue angle of 138.62º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFB7 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 223 | 183 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.13 |
| HSL | 138.62º | 0.48% | 0.76% | - |
| HSV(B) | 138.62º | 0.26% | 0.87% | - |
| XYZ | 50.45 | 64.19 | 54.53 | - |
| YUV | 201.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 223 | 183 | 0.26 | 0 | 0.18 | 0.13 | 138.62 | 0.48 | 0.76 |
| Hex | A5 | DF | B7 | 1A | 0 | 12 | D | 8B | 30 | 4C |
| Octal | 245 | 337 | 267 | 32 | 0 | 22 | 15 | 213 | 60 | 114 |
| Binary | 10100101 | 11011111 | 10110111 | 11010 | 0 | 10010 | 1101 | 10001011 | 110000 | 1001100 |
Color Harmonies of #A5DFB7
Complementary color
Monochromatic Colors of #A5DFB7
Black with #A5DFB7
Text Example
Text Example
White with #A5DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DFB7; }
p { color: rgb(165,223,183); }
H1.HeaderClassName
{
color: #A5DFB7;
}
.AnyTagClassName
{
color: #A5DFB7;
}
</style>
background-color css
<style>
a { background-color: #A5DFB7; }
a { background-color: rgb(165,223,183); }
div.DivClassName
{
background-color: #A5DFB7;
}
.BgClassName
{
background-color: #A5DFB7;
}
</style>
border-color css
<style>
span { border-color: #A5DFB7; }
span { border-color: rgb(165,223,183); }
td.TdClassName
{
border-color: #A5DFB7;
}
.TagClassName
{
border-color: #A5DFB7;
}
</style>