Shades of Conifer #AFDF6B
Tints of Conifer #AFDF6B
RGB
CMYK
RGB Variations
Color information
#AFDF6B (or 0xAFDF6B) is known color: Conifer. HEX triplet: AF, DF and 6B. RGB value is (175,223,107). Sum of RGB (Red+Green+Blue) = 175+223+107=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF6B is #502094. Grayscale: #C3C3C3. Windows color (decimal): -5251221 or 7069615. OLE color: 7069615.
HSL color Cylindrical-coordinate representation of color #AFDF6B: hue angle of 84.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDF6B is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 107 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.13 |
| HSL | 84.83º | 0.64% | 0.65% | - |
| HSV(B) | 84.83º | 0.52% | 0.87% | - |
| XYZ | 46.72 | 62.95 | 23.6 | - |
| YUV | 195.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 107 | 0.22 | 0 | 0.52 | 0.13 | 84.83 | 0.64 | 0.65 |
| Hex | AF | DF | 6B | 16 | 0 | 34 | D | 55 | 40 | 41 |
| Octal | 257 | 337 | 153 | 26 | 0 | 64 | 15 | 125 | 100 | 101 |
| Binary | 10101111 | 11011111 | 1101011 | 10110 | 0 | 110100 | 1101 | 1010101 | 1000000 | 1000001 |
Color Harmonies of #AFDF6B
Complementary color
Monochromatic Colors of #AFDF6B
Black with #AFDF6B
Text Example
Text Example
White with #AFDF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF6B; }
p { color: rgb(175,223,107); }
H1.HeaderClassName
{
color: #AFDF6B;
}
.AnyTagClassName
{
color: #AFDF6B;
}
</style>
background-color css
<style>
a { background-color: #AFDF6B; }
a { background-color: rgb(175,223,107); }
div.DivClassName
{
background-color: #AFDF6B;
}
.BgClassName
{
background-color: #AFDF6B;
}
</style>
border-color css
<style>
span { border-color: #AFDF6B; }
span { border-color: rgb(175,223,107); }
td.TdClassName
{
border-color: #AFDF6B;
}
.TagClassName
{
border-color: #AFDF6B;
}
</style>