Shades of Conifer #AFDF64
Tints of Conifer #AFDF64
RGB
CMYK
RGB Variations
Color information
#AFDF64 (or 0xAFDF64) is known color: Conifer. HEX triplet: AF, DF and 64. RGB value is (175,223,100). Sum of RGB (Red+Green+Blue) = 175+223+100=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF64 is #50209B. Grayscale: #C3C3C3. Windows color (decimal): -5251228 or 6610863. OLE color: 6610863.
HSL color Cylindrical-coordinate representation of color #AFDF64: hue angle of 83.41º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFDF64 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 100 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.13 |
| HSL | 83.41º | 0.66% | 0.63% | - |
| HSV(B) | 83.41º | 0.55% | 0.87% | - |
| XYZ | 46.37 | 62.81 | 21.74 | - |
| YUV | 194.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 100 | 0.22 | 0 | 0.55 | 0.13 | 83.41 | 0.66 | 0.63 |
| Hex | AF | DF | 64 | 16 | 0 | 37 | D | 53 | 42 | 3F |
| Octal | 257 | 337 | 144 | 26 | 0 | 67 | 15 | 123 | 102 | 77 |
| Binary | 10101111 | 11011111 | 1100100 | 10110 | 0 | 110111 | 1101 | 1010011 | 1000010 | 111111 |
Color Harmonies of #AFDF64
Complementary color
Monochromatic Colors of #AFDF64
Black with #AFDF64
Text Example
Text Example
White with #AFDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF64; }
p { color: rgb(175,223,100); }
H1.HeaderClassName
{
color: #AFDF64;
}
.AnyTagClassName
{
color: #AFDF64;
}
</style>
background-color css
<style>
a { background-color: #AFDF64; }
a { background-color: rgb(175,223,100); }
div.DivClassName
{
background-color: #AFDF64;
}
.BgClassName
{
background-color: #AFDF64;
}
</style>
border-color css
<style>
span { border-color: #AFDF64; }
span { border-color: rgb(175,223,100); }
td.TdClassName
{
border-color: #AFDF64;
}
.TagClassName
{
border-color: #AFDF64;
}
</style>