Shades of Gum Leaf #ADD4B5
Tints of Gum Leaf #ADD4B5
RGB
CMYK
RGB Variations
Color information
#ADD4B5 (or 0xADD4B5) is known color: Gum Leaf. HEX triplet: AD, D4 and B5. RGB value is (173,212,181). Sum of RGB (Red+Green+Blue) = 173+212+181=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD4B5 is #522B4A. Grayscale: #C4C4C4. Windows color (decimal): -5385035 or 11916461. OLE color: 11916461.
HSL color Cylindrical-coordinate representation of color #ADD4B5: hue angle of 132.31º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD4B5 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 181 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.17 |
| HSL | 132.31º | 0.31% | 0.75% | - |
| HSV(B) | 132.31º | 0.18% | 0.83% | - |
| XYZ | 49.12 | 59.31 | 52.57 | - |
| YUV | 196.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 181 | 0.18 | 0 | 0.15 | 0.17 | 132.31 | 0.31 | 0.75 |
| Hex | AD | D4 | B5 | 12 | 0 | F | 11 | 84 | 1F | 4B |
| Octal | 255 | 324 | 265 | 22 | 0 | 17 | 21 | 204 | 37 | 113 |
| Binary | 10101101 | 11010100 | 10110101 | 10010 | 0 | 1111 | 10001 | 10000100 | 11111 | 1001011 |
Color Harmonies of #ADD4B5
Complementary color
Monochromatic Colors of #ADD4B5
Black with #ADD4B5
Text Example
Text Example
White with #ADD4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD4B5; }
p { color: rgb(173,212,181); }
H1.HeaderClassName
{
color: #ADD4B5;
}
.AnyTagClassName
{
color: #ADD4B5;
}
</style>
background-color css
<style>
a { background-color: #ADD4B5; }
a { background-color: rgb(173,212,181); }
div.DivClassName
{
background-color: #ADD4B5;
}
.BgClassName
{
background-color: #ADD4B5;
}
</style>
border-color css
<style>
span { border-color: #ADD4B5; }
span { border-color: rgb(173,212,181); }
td.TdClassName
{
border-color: #ADD4B5;
}
.TagClassName
{
border-color: #ADD4B5;
}
</style>