Shades of Conifer #AFDF5E
Tints of Conifer #AFDF5E
RGB
CMYK
RGB Variations
Color information
#AFDF5E (or 0xAFDF5E) is known color: Conifer. HEX triplet: AF, DF and 5E. RGB value is (175,223,94). Sum of RGB (Red+Green+Blue) = 175+223+94=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF5E is #5020A1. Grayscale: #C2C2C2. Windows color (decimal): -5251234 or 6217647. OLE color: 6217647.
HSL color Cylindrical-coordinate representation of color #AFDF5E: hue angle of 82.33º 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 #AFDF5E is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
RGB | 175 | 223 | 94 | - |
CMYK | 0.22 | 0 | 0.58 | 0.13 |
HSL | 82.33º | 0.67% | 0.62% | - |
HSV(B) | 82.33º | 0.58% | 0.87% | - |
XYZ | 46.09 | 62.7 | 20.26 | - |
YUV | 193.94 | 71.6 | 114.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 223 | 94 | 0.22 | 0 | 0.58 | 0.13 | 82.33 | 0.67 | 0.62 |
Hex | AF | DF | 5E | 16 | 0 | 3A | D | 52 | 43 | 3E |
Octal | 257 | 337 | 136 | 26 | 0 | 72 | 15 | 122 | 103 | 76 |
Binary | 10101111 | 11011111 | 1011110 | 10110 | 0 | 111010 | 1101 | 1010010 | 1000011 | 111110 |
Color Harmonies of #AFDF5E
Complementary color
Monochromatic Colors of #AFDF5E
Black with #AFDF5E
Text Example
Text Example
White with #AFDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF5E; }
p { color: rgb(175,223,94); }
H1.HeaderClassName
{
color: #AFDF5E;
}
.AnyTagClassName
{
color: #AFDF5E;
}
</style>
background-color css
<style>
a { background-color: #AFDF5E; }
a { background-color: rgb(175,223,94); }
div.DivClassName
{
background-color: #AFDF5E;
}
.BgClassName
{
background-color: #AFDF5E;
}
</style>
border-color css
<style>
span { border-color: #AFDF5E; }
span { border-color: rgb(175,223,94); }
td.TdClassName
{
border-color: #AFDF5E;
}
.TagClassName
{
border-color: #AFDF5E;
}
</style>