Shades of Conifer #AFDF5C
Tints of Conifer #AFDF5C
RGB
CMYK
RGB Variations
Color information
#AFDF5C (or 0xAFDF5C) is known color: Conifer. HEX triplet: AF, DF and 5C. RGB value is (175,223,92). Sum of RGB (Red+Green+Blue) = 175+223+92=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF5C is #5020A3. Grayscale: #C2C2C2. Windows color (decimal): -5251236 or 6086575. OLE color: 6086575.
HSL color Cylindrical-coordinate representation of color #AFDF5C: hue angle of 81.98º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFDF5C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 92 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.13 |
| HSL | 81.98º | 0.67% | 0.62% | - |
| HSV(B) | 81.98º | 0.59% | 0.87% | - |
| XYZ | 46 | 62.66 | 19.8 | - |
| YUV | 193.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 92 | 0.22 | 0 | 0.59 | 0.13 | 81.98 | 0.67 | 0.62 |
| Hex | AF | DF | 5C | 16 | 0 | 3B | D | 52 | 43 | 3E |
| Octal | 257 | 337 | 134 | 26 | 0 | 73 | 15 | 122 | 103 | 76 |
| Binary | 10101111 | 11011111 | 1011100 | 10110 | 0 | 111011 | 1101 | 1010010 | 1000011 | 111110 |
Color Harmonies of #AFDF5C
Complementary color
Monochromatic Colors of #AFDF5C
Black with #AFDF5C
Text Example
Text Example
White with #AFDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF5C; }
p { color: rgb(175,223,92); }
H1.HeaderClassName
{
color: #AFDF5C;
}
.AnyTagClassName
{
color: #AFDF5C;
}
</style>
background-color css
<style>
a { background-color: #AFDF5C; }
a { background-color: rgb(175,223,92); }
div.DivClassName
{
background-color: #AFDF5C;
}
.BgClassName
{
background-color: #AFDF5C;
}
</style>
border-color css
<style>
span { border-color: #AFDF5C; }
span { border-color: rgb(175,223,92); }
td.TdClassName
{
border-color: #AFDF5C;
}
.TagClassName
{
border-color: #AFDF5C;
}
</style>