Shades of Gum Leaf #ADCDB3
Tints of Gum Leaf #ADCDB3
RGB
CMYK
RGB Variations
Color information
#ADCDB3 (or 0xADCDB3) is known color: Gum Leaf. HEX triplet: AD, CD and B3. RGB value is (173,205,179). Sum of RGB (Red+Green+Blue) = 173+205+179=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 179 (70.31% from 255 or 32.14% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDB3 is #52324C. Grayscale: #C0C0C0. Windows color (decimal): -5386829 or 11783597. OLE color: 11783597.
HSL color Cylindrical-coordinate representation of color #ADCDB3: hue angle of 131.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCDB3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 179 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.20 |
| HSL | 131.25º | 0.24% | 0.74% | - |
| HSV(B) | 131.25º | 0.16% | 0.8% | - |
| XYZ | 47.2 | 55.8 | 50.93 | - |
| YUV | 192.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 179 | 0.16 | 0 | 0.13 | 0.20 | 131.25 | 0.24 | 0.74 |
| Hex | AD | CD | B3 | 10 | 0 | D | 14 | 83 | 18 | 4A |
| Octal | 255 | 315 | 263 | 20 | 0 | 15 | 24 | 203 | 30 | 112 |
| Binary | 10101101 | 11001101 | 10110011 | 10000 | 0 | 1101 | 10100 | 10000011 | 11000 | 1001010 |
Color Harmonies of #ADCDB3
Complementary color
Monochromatic Colors of #ADCDB3
Black with #ADCDB3
Text Example
Text Example
White with #ADCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCDB3; }
p { color: rgb(173,205,179); }
H1.HeaderClassName
{
color: #ADCDB3;
}
.AnyTagClassName
{
color: #ADCDB3;
}
</style>
background-color css
<style>
a { background-color: #ADCDB3; }
a { background-color: rgb(173,205,179); }
div.DivClassName
{
background-color: #ADCDB3;
}
.BgClassName
{
background-color: #ADCDB3;
}
</style>
border-color css
<style>
span { border-color: #ADCDB3; }
span { border-color: rgb(173,205,179); }
td.TdClassName
{
border-color: #ADCDB3;
}
.TagClassName
{
border-color: #ADCDB3;
}
</style>