Shades of Gum Leaf #AFCDB3
Tints of Gum Leaf #AFCDB3
RGB
CMYK
RGB Variations
Color information
#AFCDB3 (or 0xAFCDB3) is known color: Gum Leaf. HEX triplet: AF, CD and B3. RGB value is (175,205,179). Sum of RGB (Red+Green+Blue) = 175+205+179=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB3 is #50324C. Grayscale: #C1C1C1. Windows color (decimal): -5255757 or 11783599. OLE color: 11783599.
HSL color Cylindrical-coordinate representation of color #AFCDB3: hue angle of 128º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDB3 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 179 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.20 |
| HSL | 128º | 0.23% | 0.75% | - |
| HSV(B) | 128º | 0.15% | 0.8% | - |
| XYZ | 47.65 | 56.03 | 50.95 | - |
| YUV | 193.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 179 | 0.15 | 0 | 0.13 | 0.20 | 128 | 0.23 | 0.75 |
| Hex | AF | CD | B3 | F | 0 | D | 14 | 80 | 17 | 4B |
| Octal | 257 | 315 | 263 | 17 | 0 | 15 | 24 | 200 | 27 | 113 |
| Binary | 10101111 | 11001101 | 10110011 | 1111 | 0 | 1101 | 10100 | 10000000 | 10111 | 1001011 |
Color Harmonies of #AFCDB3
Complementary color
Monochromatic Colors of #AFCDB3
Black with #AFCDB3
Text Example
Text Example
White with #AFCDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDB3; }
p { color: rgb(175,205,179); }
H1.HeaderClassName
{
color: #AFCDB3;
}
.AnyTagClassName
{
color: #AFCDB3;
}
</style>
background-color css
<style>
a { background-color: #AFCDB3; }
a { background-color: rgb(175,205,179); }
div.DivClassName
{
background-color: #AFCDB3;
}
.BgClassName
{
background-color: #AFCDB3;
}
</style>
border-color css
<style>
span { border-color: #AFCDB3; }
span { border-color: rgb(175,205,179); }
td.TdClassName
{
border-color: #AFCDB3;
}
.TagClassName
{
border-color: #AFCDB3;
}
</style>