Shades of Conifer #AFDF43
Tints of Conifer #AFDF43
RGB
CMYK
RGB Variations
Color information
#AFDF43 (or 0xAFDF43) is known color: Conifer. HEX triplet: AF, DF and 43. RGB value is (175,223,67). Sum of RGB (Red+Green+Blue) = 175+223+67=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF43 is #5020BC. Grayscale: #BFBFBF. Windows color (decimal): -5251261 or 4448175. OLE color: 4448175.
HSL color Cylindrical-coordinate representation of color #AFDF43: hue angle of 78.46º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDF43 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 67 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.13 |
| HSL | 78.46º | 0.71% | 0.57% | - |
| HSV(B) | 78.46º | 0.7% | 0.87% | - |
| XYZ | 45.08 | 62.29 | 14.96 | - |
| YUV | 190.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 67 | 0.22 | 0 | 0.70 | 0.13 | 78.46 | 0.71 | 0.57 |
| Hex | AF | DF | 43 | 16 | 0 | 46 | D | 4E | 47 | 39 |
| Octal | 257 | 337 | 103 | 26 | 0 | 106 | 15 | 116 | 107 | 71 |
| Binary | 10101111 | 11011111 | 1000011 | 10110 | 0 | 1000110 | 1101 | 1001110 | 1000111 | 111001 |
Color Harmonies of #AFDF43
Complementary color
Monochromatic Colors of #AFDF43
Black with #AFDF43
Text Example
Text Example
White with #AFDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF43; }
p { color: rgb(175,223,67); }
H1.HeaderClassName
{
color: #AFDF43;
}
.AnyTagClassName
{
color: #AFDF43;
}
</style>
background-color css
<style>
a { background-color: #AFDF43; }
a { background-color: rgb(175,223,67); }
div.DivClassName
{
background-color: #AFDF43;
}
.BgClassName
{
background-color: #AFDF43;
}
</style>
border-color css
<style>
span { border-color: #AFDF43; }
span { border-color: rgb(175,223,67); }
td.TdClassName
{
border-color: #AFDF43;
}
.TagClassName
{
border-color: #AFDF43;
}
</style>