Shades of Conifer #AFDC4F
Tints of Conifer #AFDC4F
RGB
CMYK
RGB Variations
Color information
#AFDC4F (or 0xAFDC4F) is known color: Conifer. HEX triplet: AF, DC and 4F. RGB value is (175,220,79). Sum of RGB (Red+Green+Blue) = 175+220+79=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC4F is #5023B0. Grayscale: #BEBEBE. Windows color (decimal): -5252017 or 5233839. OLE color: 5233839.
HSL color Cylindrical-coordinate representation of color #AFDC4F: hue angle of 79.15º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFDC4F is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 79 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.14 |
| HSL | 79.15º | 0.67% | 0.59% | - |
| HSV(B) | 79.15º | 0.64% | 0.86% | - |
| XYZ | 44.68 | 60.86 | 16.79 | - |
| YUV | 190.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 79 | 0.20 | 0 | 0.64 | 0.14 | 79.15 | 0.67 | 0.59 |
| Hex | AF | DC | 4F | 14 | 0 | 40 | E | 4F | 43 | 3B |
| Octal | 257 | 334 | 117 | 24 | 0 | 100 | 16 | 117 | 103 | 73 |
| Binary | 10101111 | 11011100 | 1001111 | 10100 | 0 | 1000000 | 1110 | 1001111 | 1000011 | 111011 |
Color Harmonies of #AFDC4F
Complementary color
Monochromatic Colors of #AFDC4F
Black with #AFDC4F
Text Example
Text Example
White with #AFDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC4F; }
p { color: rgb(175,220,79); }
H1.HeaderClassName
{
color: #AFDC4F;
}
.AnyTagClassName
{
color: #AFDC4F;
}
</style>
background-color css
<style>
a { background-color: #AFDC4F; }
a { background-color: rgb(175,220,79); }
div.DivClassName
{
background-color: #AFDC4F;
}
.BgClassName
{
background-color: #AFDC4F;
}
</style>
border-color css
<style>
span { border-color: #AFDC4F; }
span { border-color: rgb(175,220,79); }
td.TdClassName
{
border-color: #AFDC4F;
}
.TagClassName
{
border-color: #AFDC4F;
}
</style>