Shades of Conifer #AFDB6D
Tints of Conifer #AFDB6D
RGB
CMYK
RGB Variations
Color information
#AFDB6D (or 0xAFDB6D) is known color: Conifer. HEX triplet: AF, DB and 6D. RGB value is (175,219,109). Sum of RGB (Red+Green+Blue) = 175+219+109=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB6D is #502492. Grayscale: #C1C1C1. Windows color (decimal): -5252243 or 7199663. OLE color: 7199663.
HSL color Cylindrical-coordinate representation of color #AFDB6D: hue angle of 84º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFDB6D is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 109 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.14 |
| HSL | 84º | 0.6% | 0.64% | - |
| HSV(B) | 84º | 0.5% | 0.86% | - |
| XYZ | 45.77 | 60.88 | 23.81 | - |
| YUV | 193.3 | 80.42 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 109 | 0.20 | 0 | 0.50 | 0.14 | 84 | 0.6 | 0.64 |
| Hex | AF | DB | 6D | 14 | 0 | 32 | E | 54 | 3C | 40 |
| Octal | 257 | 333 | 155 | 24 | 0 | 62 | 16 | 124 | 74 | 100 |
| Binary | 10101111 | 11011011 | 1101101 | 10100 | 0 | 110010 | 1110 | 1010100 | 111100 | 1000000 |
Color Harmonies of #AFDB6D
Complementary color
Monochromatic Colors of #AFDB6D
Black with #AFDB6D
Text Example
Text Example
White with #AFDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB6D; }
p { color: rgb(175,219,109); }
H1.HeaderClassName
{
color: #AFDB6D;
}
.AnyTagClassName
{
color: #AFDB6D;
}
</style>
background-color css
<style>
a { background-color: #AFDB6D; }
a { background-color: rgb(175,219,109); }
div.DivClassName
{
background-color: #AFDB6D;
}
.BgClassName
{
background-color: #AFDB6D;
}
</style>
border-color css
<style>
span { border-color: #AFDB6D; }
span { border-color: rgb(175,219,109); }
td.TdClassName
{
border-color: #AFDB6D;
}
.TagClassName
{
border-color: #AFDB6D;
}
</style>