Shades of Conifer #AFDF5D
Tints of Conifer #AFDF5D
RGB
CMYK
RGB Variations
Color information
#AFDF5D (or 0xAFDF5D) is known color: Conifer. HEX triplet: AF, DF and 5D. RGB value is (175,223,93). Sum of RGB (Red+Green+Blue) = 175+223+93=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF5D is #5020A2. Grayscale: #C2C2C2. Windows color (decimal): -5251235 or 6152111. OLE color: 6152111.
HSL color Cylindrical-coordinate representation of color #AFDF5D: hue angle of 82.15º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFDF5D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 93 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.13 |
| HSL | 82.15º | 0.67% | 0.62% | - |
| HSV(B) | 82.15º | 0.58% | 0.87% | - |
| XYZ | 46.04 | 62.68 | 20.03 | - |
| YUV | 193.83 | 71.1 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 93 | 0.22 | 0 | 0.58 | 0.13 | 82.15 | 0.67 | 0.62 |
| Hex | AF | DF | 5D | 16 | 0 | 3A | D | 52 | 43 | 3E |
| Octal | 257 | 337 | 135 | 26 | 0 | 72 | 15 | 122 | 103 | 76 |
| Binary | 10101111 | 11011111 | 1011101 | 10110 | 0 | 111010 | 1101 | 1010010 | 1000011 | 111110 |
Color Harmonies of #AFDF5D
Complementary color
Monochromatic Colors of #AFDF5D
Black with #AFDF5D
Text Example
Text Example
White with #AFDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF5D; }
p { color: rgb(175,223,93); }
H1.HeaderClassName
{
color: #AFDF5D;
}
.AnyTagClassName
{
color: #AFDF5D;
}
</style>
background-color css
<style>
a { background-color: #AFDF5D; }
a { background-color: rgb(175,223,93); }
div.DivClassName
{
background-color: #AFDF5D;
}
.BgClassName
{
background-color: #AFDF5D;
}
</style>
border-color css
<style>
span { border-color: #AFDF5D; }
span { border-color: rgb(175,223,93); }
td.TdClassName
{
border-color: #AFDF5D;
}
.TagClassName
{
border-color: #AFDF5D;
}
</style>