Shades of Conifer #AFDE6D
Tints of Conifer #AFDE6D
RGB
CMYK
RGB Variations
Color information
#AFDE6D (or 0xAFDE6D) is known color: Conifer. HEX triplet: AF, DE and 6D. RGB value is (175,222,109). Sum of RGB (Red+Green+Blue) = 175+222+109=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE6D is #502192. Grayscale: #C3C3C3. Windows color (decimal): -5251475 or 7200431. OLE color: 7200431.
HSL color Cylindrical-coordinate representation of color #AFDE6D: hue angle of 84.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFDE6D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 109 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.13 |
| HSL | 84.96º | 0.63% | 0.65% | - |
| HSV(B) | 84.96º | 0.51% | 0.87% | - |
| XYZ | 46.56 | 62.46 | 24.07 | - |
| YUV | 195.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 109 | 0.21 | 0 | 0.51 | 0.13 | 84.96 | 0.63 | 0.65 |
| Hex | AF | DE | 6D | 15 | 0 | 33 | D | 55 | 3F | 41 |
| Octal | 257 | 336 | 155 | 25 | 0 | 63 | 15 | 125 | 77 | 101 |
| Binary | 10101111 | 11011110 | 1101101 | 10101 | 0 | 110011 | 1101 | 1010101 | 111111 | 1000001 |
Color Harmonies of #AFDE6D
Complementary color
Monochromatic Colors of #AFDE6D
Black with #AFDE6D
Text Example
Text Example
White with #AFDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE6D; }
p { color: rgb(175,222,109); }
H1.HeaderClassName
{
color: #AFDE6D;
}
.AnyTagClassName
{
color: #AFDE6D;
}
</style>
background-color css
<style>
a { background-color: #AFDE6D; }
a { background-color: rgb(175,222,109); }
div.DivClassName
{
background-color: #AFDE6D;
}
.BgClassName
{
background-color: #AFDE6D;
}
</style>
border-color css
<style>
span { border-color: #AFDE6D; }
span { border-color: rgb(175,222,109); }
td.TdClassName
{
border-color: #AFDE6D;
}
.TagClassName
{
border-color: #AFDE6D;
}
</style>