Shades of Conifer #AFDC49
Tints of Conifer #AFDC49
RGB
CMYK
RGB Variations
Color information
#AFDC49 (or 0xAFDC49) is known color: Conifer. HEX triplet: AF, DC and 49. RGB value is (175,220,73). Sum of RGB (Red+Green+Blue) = 175+220+73=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC49 is #5023B6. Grayscale: #BEBEBE. Windows color (decimal): -5252023 or 4840623. OLE color: 4840623.
HSL color Cylindrical-coordinate representation of color #AFDC49: hue angle of 78.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFDC49 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 73 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.14 |
| HSL | 78.37º | 0.68% | 0.57% | - |
| HSV(B) | 78.37º | 0.67% | 0.86% | - |
| XYZ | 44.48 | 60.78 | 15.69 | - |
| YUV | 189.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 73 | 0.20 | 0 | 0.67 | 0.14 | 78.37 | 0.68 | 0.57 |
| Hex | AF | DC | 49 | 14 | 0 | 43 | E | 4E | 44 | 39 |
| Octal | 257 | 334 | 111 | 24 | 0 | 103 | 16 | 116 | 104 | 71 |
| Binary | 10101111 | 11011100 | 1001001 | 10100 | 0 | 1000011 | 1110 | 1001110 | 1000100 | 111001 |
Color Harmonies of #AFDC49
Complementary color
Monochromatic Colors of #AFDC49
Black with #AFDC49
Text Example
Text Example
White with #AFDC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC49; }
p { color: rgb(175,220,73); }
H1.HeaderClassName
{
color: #AFDC49;
}
.AnyTagClassName
{
color: #AFDC49;
}
</style>
background-color css
<style>
a { background-color: #AFDC49; }
a { background-color: rgb(175,220,73); }
div.DivClassName
{
background-color: #AFDC49;
}
.BgClassName
{
background-color: #AFDC49;
}
</style>
border-color css
<style>
span { border-color: #AFDC49; }
span { border-color: rgb(175,220,73); }
td.TdClassName
{
border-color: #AFDC49;
}
.TagClassName
{
border-color: #AFDC49;
}
</style>