Shades of Conifer #AFDC41
Tints of Conifer #AFDC41
RGB
CMYK
RGB Variations
Color information
#AFDC41 (or 0xAFDC41) is known color: Conifer. HEX triplet: AF, DC and 41. RGB value is (175,220,65). Sum of RGB (Red+Green+Blue) = 175+220+65=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC41 is #5023BE. Grayscale: #BDBDBD. Windows color (decimal): -5252031 or 4316335. OLE color: 4316335.
HSL color Cylindrical-coordinate representation of color #AFDC41: hue angle of 77.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDC41 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 65 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.14 |
| HSL | 77.42º | 0.69% | 0.56% | - |
| HSV(B) | 77.42º | 0.7% | 0.86% | - |
| XYZ | 44.23 | 60.68 | 14.38 | - |
| YUV | 188.88 | 58.09 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 65 | 0.20 | 0 | 0.70 | 0.14 | 77.42 | 0.69 | 0.56 |
| Hex | AF | DC | 41 | 14 | 0 | 46 | E | 4D | 45 | 38 |
| Octal | 257 | 334 | 101 | 24 | 0 | 106 | 16 | 115 | 105 | 70 |
| Binary | 10101111 | 11011100 | 1000001 | 10100 | 0 | 1000110 | 1110 | 1001101 | 1000101 | 111000 |
Color Harmonies of #AFDC41
Complementary color
Monochromatic Colors of #AFDC41
Black with #AFDC41
Text Example
Text Example
White with #AFDC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC41; }
p { color: rgb(175,220,65); }
H1.HeaderClassName
{
color: #AFDC41;
}
.AnyTagClassName
{
color: #AFDC41;
}
</style>
background-color css
<style>
a { background-color: #AFDC41; }
a { background-color: rgb(175,220,65); }
div.DivClassName
{
background-color: #AFDC41;
}
.BgClassName
{
background-color: #AFDC41;
}
</style>
border-color css
<style>
span { border-color: #AFDC41; }
span { border-color: rgb(175,220,65); }
td.TdClassName
{
border-color: #AFDC41;
}
.TagClassName
{
border-color: #AFDC41;
}
</style>