Shades of Conifer #AFDF4D
Tints of Conifer #AFDF4D
RGB
CMYK
RGB Variations
Color information
#AFDF4D (or 0xAFDF4D) is known color: Conifer. HEX triplet: AF, DF and 4D. RGB value is (175,223,77). Sum of RGB (Red+Green+Blue) = 175+223+77=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF4D is #5020B2. Grayscale: #C0C0C0. Windows color (decimal): -5251251 or 5103535. OLE color: 5103535.
HSL color Cylindrical-coordinate representation of color #AFDF4D: hue angle of 79.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFDF4D is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 77 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.13 |
| HSL | 79.73º | 0.7% | 0.59% | - |
| HSV(B) | 79.73º | 0.65% | 0.87% | - |
| XYZ | 45.41 | 62.43 | 16.68 | - |
| YUV | 192 | 63.1 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 77 | 0.22 | 0 | 0.65 | 0.13 | 79.73 | 0.7 | 0.59 |
| Hex | AF | DF | 4D | 16 | 0 | 41 | D | 50 | 46 | 3B |
| Octal | 257 | 337 | 115 | 26 | 0 | 101 | 15 | 120 | 106 | 73 |
| Binary | 10101111 | 11011111 | 1001101 | 10110 | 0 | 1000001 | 1101 | 1010000 | 1000110 | 111011 |
Color Harmonies of #AFDF4D
Complementary color
Monochromatic Colors of #AFDF4D
Black with #AFDF4D
Text Example
Text Example
White with #AFDF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF4D; }
p { color: rgb(175,223,77); }
H1.HeaderClassName
{
color: #AFDF4D;
}
.AnyTagClassName
{
color: #AFDF4D;
}
</style>
background-color css
<style>
a { background-color: #AFDF4D; }
a { background-color: rgb(175,223,77); }
div.DivClassName
{
background-color: #AFDF4D;
}
.BgClassName
{
background-color: #AFDF4D;
}
</style>
border-color css
<style>
span { border-color: #AFDF4D; }
span { border-color: rgb(175,223,77); }
td.TdClassName
{
border-color: #AFDF4D;
}
.TagClassName
{
border-color: #AFDF4D;
}
</style>