Shades of Fringy Flower #ADD7B5
Tints of Fringy Flower #ADD7B5
RGB
CMYK
RGB Variations
Color information
#ADD7B5 (or 0xADD7B5) is known color: Fringy Flower. HEX triplet: AD, D7 and B5. RGB value is (173,215,181). Sum of RGB (Red+Green+Blue) = 173+215+181=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7B5 is #52284A. Grayscale: #C6C6C6. Windows color (decimal): -5384267 or 11917229. OLE color: 11917229.
HSL color Cylindrical-coordinate representation of color #ADD7B5: hue angle of 131.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7B5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 181 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.16 |
| HSL | 131.43º | 0.34% | 0.76% | - |
| HSV(B) | 131.43º | 0.2% | 0.84% | - |
| XYZ | 49.87 | 60.82 | 52.83 | - |
| YUV | 198.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 181 | 0.20 | 0 | 0.16 | 0.16 | 131.43 | 0.34 | 0.76 |
| Hex | AD | D7 | B5 | 14 | 0 | 10 | 10 | 83 | 22 | 4C |
| Octal | 255 | 327 | 265 | 24 | 0 | 20 | 20 | 203 | 42 | 114 |
| Binary | 10101101 | 11010111 | 10110101 | 10100 | 0 | 10000 | 10000 | 10000011 | 100010 | 1001100 |
Color Harmonies of #ADD7B5
Complementary color
Monochromatic Colors of #ADD7B5
Black with #ADD7B5
Text Example
Text Example
White with #ADD7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7B5; }
p { color: rgb(173,215,181); }
H1.HeaderClassName
{
color: #ADD7B5;
}
.AnyTagClassName
{
color: #ADD7B5;
}
</style>
background-color css
<style>
a { background-color: #ADD7B5; }
a { background-color: rgb(173,215,181); }
div.DivClassName
{
background-color: #ADD7B5;
}
.BgClassName
{
background-color: #ADD7B5;
}
</style>
border-color css
<style>
span { border-color: #ADD7B5; }
span { border-color: rgb(173,215,181); }
td.TdClassName
{
border-color: #ADD7B5;
}
.TagClassName
{
border-color: #ADD7B5;
}
</style>