Shades of Gum Leaf #AFD4B7
Tints of Gum Leaf #AFD4B7
RGB
CMYK
RGB Variations
Color information
#AFD4B7 (or 0xAFD4B7) is known color: Gum Leaf. HEX triplet: AF, D4 and B7. RGB value is (175,212,183). Sum of RGB (Red+Green+Blue) = 175+212+183=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4B7 is #502B48. Grayscale: #C5C5C5. Windows color (decimal): -5253961 or 12047535. OLE color: 12047535.
HSL color Cylindrical-coordinate representation of color #AFD4B7: hue angle of 132.97º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD4B7 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
RGB | 175 | 212 | 183 | - |
CMYK | 0.17 | 0 | 0.14 | 0.17 |
HSL | 132.97º | 0.3% | 0.76% | - |
HSV(B) | 132.97º | 0.17% | 0.83% | - |
XYZ | 49.77 | 59.62 | 53.68 | - |
YUV | 197.63 | 119.74 | 111.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 212 | 183 | 0.17 | 0 | 0.14 | 0.17 | 132.97 | 0.3 | 0.76 |
Hex | AF | D4 | B7 | 11 | 0 | E | 11 | 85 | 1E | 4C |
Octal | 257 | 324 | 267 | 21 | 0 | 16 | 21 | 205 | 36 | 114 |
Binary | 10101111 | 11010100 | 10110111 | 10001 | 0 | 1110 | 10001 | 10000101 | 11110 | 1001100 |
Color Harmonies of #AFD4B7
Complementary color
Monochromatic Colors of #AFD4B7
Black with #AFD4B7
Text Example
Text Example
White with #AFD4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD4B7; }
p { color: rgb(175,212,183); }
H1.HeaderClassName
{
color: #AFD4B7;
}
.AnyTagClassName
{
color: #AFD4B7;
}
</style>
background-color css
<style>
a { background-color: #AFD4B7; }
a { background-color: rgb(175,212,183); }
div.DivClassName
{
background-color: #AFD4B7;
}
.BgClassName
{
background-color: #AFD4B7;
}
</style>
border-color css
<style>
span { border-color: #AFD4B7; }
span { border-color: rgb(175,212,183); }
td.TdClassName
{
border-color: #AFD4B7;
}
.TagClassName
{
border-color: #AFD4B7;
}
</style>