Shades of Gum Leaf #ADCFB5
Tints of Gum Leaf #ADCFB5
RGB
CMYK
RGB Variations
Color information
#ADCFB5 (or 0xADCFB5) is known color: Gum Leaf. HEX triplet: AD, CF and B5. RGB value is (173,207,181). Sum of RGB (Red+Green+Blue) = 173+207+181=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCFB5 is #52304A. Grayscale: #C1C1C1. Windows color (decimal): -5386315 or 11915181. OLE color: 11915181.
HSL color Cylindrical-coordinate representation of color #ADCFB5: hue angle of 134.12º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCFB5 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 181 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.19 |
| HSL | 134.12º | 0.26% | 0.75% | - |
| HSV(B) | 134.12º | 0.16% | 0.81% | - |
| XYZ | 47.89 | 56.85 | 52.16 | - |
| YUV | 193.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 181 | 0.16 | 0 | 0.13 | 0.19 | 134.12 | 0.26 | 0.75 |
| Hex | AD | CF | B5 | 10 | 0 | D | 13 | 86 | 1A | 4B |
| Octal | 255 | 317 | 265 | 20 | 0 | 15 | 23 | 206 | 32 | 113 |
| Binary | 10101101 | 11001111 | 10110101 | 10000 | 0 | 1101 | 10011 | 10000110 | 11010 | 1001011 |
Color Harmonies of #ADCFB5
Complementary color
Monochromatic Colors of #ADCFB5
Black with #ADCFB5
Text Example
Text Example
White with #ADCFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCFB5; }
p { color: rgb(173,207,181); }
H1.HeaderClassName
{
color: #ADCFB5;
}
.AnyTagClassName
{
color: #ADCFB5;
}
</style>
background-color css
<style>
a { background-color: #ADCFB5; }
a { background-color: rgb(173,207,181); }
div.DivClassName
{
background-color: #ADCFB5;
}
.BgClassName
{
background-color: #ADCFB5;
}
</style>
border-color css
<style>
span { border-color: #ADCFB5; }
span { border-color: rgb(173,207,181); }
td.TdClassName
{
border-color: #ADCFB5;
}
.TagClassName
{
border-color: #ADCFB5;
}
</style>