Shades of Conifer #AFDF3E
Tints of Conifer #AFDF3E
RGB
CMYK
RGB Variations
Color information
#AFDF3E (or 0xAFDF3E) is known color: Conifer. HEX triplet: AF, DF and 3E. RGB value is (175,223,62). Sum of RGB (Red+Green+Blue) = 175+223+62=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF3E is #5020C1. Grayscale: #BEBEBE. Windows color (decimal): -5251266 or 4120495. OLE color: 4120495.
HSL color Cylindrical-coordinate representation of color #AFDF3E: hue angle of 77.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AFDF3E is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 62 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.13 |
| HSL | 77.89º | 0.72% | 0.56% | - |
| HSV(B) | 77.89º | 0.72% | 0.87% | - |
| XYZ | 44.94 | 62.24 | 14.2 | - |
| YUV | 190.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 62 | 0.22 | 0 | 0.72 | 0.13 | 77.89 | 0.72 | 0.56 |
| Hex | AF | DF | 3E | 16 | 0 | 48 | D | 4E | 48 | 38 |
| Octal | 257 | 337 | 76 | 26 | 0 | 110 | 15 | 116 | 110 | 70 |
| Binary | 10101111 | 11011111 | 111110 | 10110 | 0 | 1001000 | 1101 | 1001110 | 1001000 | 111000 |
Color Harmonies of #AFDF3E
Complementary color
Monochromatic Colors of #AFDF3E
Black with #AFDF3E
Text Example
Text Example
White with #AFDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF3E; }
p { color: rgb(175,223,62); }
H1.HeaderClassName
{
color: #AFDF3E;
}
.AnyTagClassName
{
color: #AFDF3E;
}
</style>
background-color css
<style>
a { background-color: #AFDF3E; }
a { background-color: rgb(175,223,62); }
div.DivClassName
{
background-color: #AFDF3E;
}
.BgClassName
{
background-color: #AFDF3E;
}
</style>
border-color css
<style>
span { border-color: #AFDF3E; }
span { border-color: rgb(175,223,62); }
td.TdClassName
{
border-color: #AFDF3E;
}
.TagClassName
{
border-color: #AFDF3E;
}
</style>