Shades of Conifer #AFDF5B
Tints of Conifer #AFDF5B
RGB
CMYK
RGB Variations
Color information
#AFDF5B (or 0xAFDF5B) is known color: Conifer. HEX triplet: AF, DF and 5B. RGB value is (175,223,91). Sum of RGB (Red+Green+Blue) = 175+223+91=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF5B is #5020A4. Grayscale: #C2C2C2. Windows color (decimal): -5251237 or 6021039. OLE color: 6021039.
HSL color Cylindrical-coordinate representation of color #AFDF5B: hue angle of 81.82º 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 #AFDF5B is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 91 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.13 |
| HSL | 81.82º | 0.67% | 0.62% | - |
| HSV(B) | 81.82º | 0.59% | 0.87% | - |
| XYZ | 45.96 | 62.64 | 19.57 | - |
| YUV | 193.6 | 70.1 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 91 | 0.22 | 0 | 0.59 | 0.13 | 81.82 | 0.67 | 0.62 |
| Hex | AF | DF | 5B | 16 | 0 | 3B | D | 52 | 43 | 3E |
| Octal | 257 | 337 | 133 | 26 | 0 | 73 | 15 | 122 | 103 | 76 |
| Binary | 10101111 | 11011111 | 1011011 | 10110 | 0 | 111011 | 1101 | 1010010 | 1000011 | 111110 |
Color Harmonies of #AFDF5B
Complementary color
Monochromatic Colors of #AFDF5B
Black with #AFDF5B
Text Example
Text Example
White with #AFDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF5B; }
p { color: rgb(175,223,91); }
H1.HeaderClassName
{
color: #AFDF5B;
}
.AnyTagClassName
{
color: #AFDF5B;
}
</style>
background-color css
<style>
a { background-color: #AFDF5B; }
a { background-color: rgb(175,223,91); }
div.DivClassName
{
background-color: #AFDF5B;
}
.BgClassName
{
background-color: #AFDF5B;
}
</style>
border-color css
<style>
span { border-color: #AFDF5B; }
span { border-color: rgb(175,223,91); }
td.TdClassName
{
border-color: #AFDF5B;
}
.TagClassName
{
border-color: #AFDF5B;
}
</style>