Shades of Gum Leaf #AFCDB2
Tints of Gum Leaf #AFCDB2
RGB
CMYK
RGB Variations
Color information
#AFCDB2 (or 0xAFCDB2) is known color: Gum Leaf. HEX triplet: AF, CD and B2. RGB value is (175,205,178). Sum of RGB (Red+Green+Blue) = 175+205+178=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDB2 is #50324D. Grayscale: #C1C1C1. Windows color (decimal): -5255758 or 11718063. OLE color: 11718063.
HSL color Cylindrical-coordinate representation of color #AFCDB2: hue angle of 126º 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 #AFCDB2 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
RGB | 175 | 205 | 178 | - |
CMYK | 0.15 | 0 | 0.13 | 0.20 |
HSL | 126º | 0.23% | 0.75% | - |
HSV(B) | 126º | 0.15% | 0.8% | - |
XYZ | 47.55 | 55.99 | 50.42 | - |
YUV | 192.95 | 119.56 | 115.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 205 | 178 | 0.15 | 0 | 0.13 | 0.20 | 126 | 0.23 | 0.75 |
Hex | AF | CD | B2 | F | 0 | D | 14 | 7E | 17 | 4B |
Octal | 257 | 315 | 262 | 17 | 0 | 15 | 24 | 176 | 27 | 113 |
Binary | 10101111 | 11001101 | 10110010 | 1111 | 0 | 1101 | 10100 | 1111110 | 10111 | 1001011 |
Color Harmonies of #AFCDB2
Complementary color
Monochromatic Colors of #AFCDB2
Black with #AFCDB2
Text Example
Text Example
White with #AFCDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCDB2; }
p { color: rgb(175,205,178); }
H1.HeaderClassName
{
color: #AFCDB2;
}
.AnyTagClassName
{
color: #AFCDB2;
}
</style>
background-color css
<style>
a { background-color: #AFCDB2; }
a { background-color: rgb(175,205,178); }
div.DivClassName
{
background-color: #AFCDB2;
}
.BgClassName
{
background-color: #AFCDB2;
}
</style>
border-color css
<style>
span { border-color: #AFCDB2; }
span { border-color: rgb(175,205,178); }
td.TdClassName
{
border-color: #AFCDB2;
}
.TagClassName
{
border-color: #AFCDB2;
}
</style>