Shades of Conifer #AFDF3F
Tints of Conifer #AFDF3F
RGB
CMYK
RGB Variations
Color information
#AFDF3F (or 0xAFDF3F) is known color: Conifer. HEX triplet: AF, DF and 3F. RGB value is (175,223,63). Sum of RGB (Red+Green+Blue) = 175+223+63=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF3F is #5020C0. Grayscale: #BFBFBF. Windows color (decimal): -5251265 or 4186031. OLE color: 4186031.
HSL color Cylindrical-coordinate representation of color #AFDF3F: hue angle of 78º degrees, saturation: 0.71, 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 #AFDF3F is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 63 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.13 |
| HSL | 78º | 0.71% | 0.56% | - |
| HSV(B) | 78º | 0.72% | 0.87% | - |
| XYZ | 44.96 | 62.25 | 14.35 | - |
| YUV | 190.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 63 | 0.22 | 0 | 0.72 | 0.13 | 78 | 0.71 | 0.56 |
| Hex | AF | DF | 3F | 16 | 0 | 48 | D | 4E | 47 | 38 |
| Octal | 257 | 337 | 77 | 26 | 0 | 110 | 15 | 116 | 107 | 70 |
| Binary | 10101111 | 11011111 | 111111 | 10110 | 0 | 1001000 | 1101 | 1001110 | 1000111 | 111000 |
Color Harmonies of #AFDF3F
Complementary color
Monochromatic Colors of #AFDF3F
Black with #AFDF3F
Text Example
Text Example
White with #AFDF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF3F; }
p { color: rgb(175,223,63); }
H1.HeaderClassName
{
color: #AFDF3F;
}
.AnyTagClassName
{
color: #AFDF3F;
}
</style>
background-color css
<style>
a { background-color: #AFDF3F; }
a { background-color: rgb(175,223,63); }
div.DivClassName
{
background-color: #AFDF3F;
}
.BgClassName
{
background-color: #AFDF3F;
}
</style>
border-color css
<style>
span { border-color: #AFDF3F; }
span { border-color: rgb(175,223,63); }
td.TdClassName
{
border-color: #AFDF3F;
}
.TagClassName
{
border-color: #AFDF3F;
}
</style>