Shades of Conifer #AFDF59
Tints of Conifer #AFDF59
RGB
CMYK
RGB Variations
Color information
#AFDF59 (or 0xAFDF59) is known color: Conifer. HEX triplet: AF, DF and 59. RGB value is (175,223,89). Sum of RGB (Red+Green+Blue) = 175+223+89=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF59 is #5020A6. Grayscale: #C1C1C1. Windows color (decimal): -5251239 or 5889967. OLE color: 5889967.
HSL color Cylindrical-coordinate representation of color #AFDF59: hue angle of 81.49º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFDF59 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 89 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.13 |
| HSL | 81.49º | 0.68% | 0.61% | - |
| HSV(B) | 81.49º | 0.6% | 0.87% | - |
| XYZ | 45.87 | 62.61 | 19.12 | - |
| YUV | 193.37 | 69.1 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 89 | 0.22 | 0 | 0.60 | 0.13 | 81.49 | 0.68 | 0.61 |
| Hex | AF | DF | 59 | 16 | 0 | 3C | D | 51 | 44 | 3D |
| Octal | 257 | 337 | 131 | 26 | 0 | 74 | 15 | 121 | 104 | 75 |
| Binary | 10101111 | 11011111 | 1011001 | 10110 | 0 | 111100 | 1101 | 1010001 | 1000100 | 111101 |
Color Harmonies of #AFDF59
Complementary color
Monochromatic Colors of #AFDF59
Black with #AFDF59
Text Example
Text Example
White with #AFDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF59; }
p { color: rgb(175,223,89); }
H1.HeaderClassName
{
color: #AFDF59;
}
.AnyTagClassName
{
color: #AFDF59;
}
</style>
background-color css
<style>
a { background-color: #AFDF59; }
a { background-color: rgb(175,223,89); }
div.DivClassName
{
background-color: #AFDF59;
}
.BgClassName
{
background-color: #AFDF59;
}
</style>
border-color css
<style>
span { border-color: #AFDF59; }
span { border-color: rgb(175,223,89); }
td.TdClassName
{
border-color: #AFDF59;
}
.TagClassName
{
border-color: #AFDF59;
}
</style>