Shades of Conifer #AFDE4D
Tints of Conifer #AFDE4D
RGB
CMYK
RGB Variations
Color information
#AFDE4D (or 0xAFDE4D) is known color: Conifer. HEX triplet: AF, DE and 4D. RGB value is (175,222,77). Sum of RGB (Red+Green+Blue) = 175+222+77=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE4D is #5021B2. Grayscale: #BFBFBF. Windows color (decimal): -5251507 or 5103279. OLE color: 5103279.
HSL color Cylindrical-coordinate representation of color #AFDE4D: hue angle of 79.45º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFDE4D is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 77 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.13 |
| HSL | 79.45º | 0.69% | 0.59% | - |
| HSV(B) | 79.45º | 0.65% | 0.87% | - |
| XYZ | 45.14 | 61.89 | 16.59 | - |
| YUV | 191.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 77 | 0.21 | 0 | 0.65 | 0.13 | 79.45 | 0.69 | 0.59 |
| Hex | AF | DE | 4D | 15 | 0 | 41 | D | 4F | 45 | 3B |
| Octal | 257 | 336 | 115 | 25 | 0 | 101 | 15 | 117 | 105 | 73 |
| Binary | 10101111 | 11011110 | 1001101 | 10101 | 0 | 1000001 | 1101 | 1001111 | 1000101 | 111011 |
Color Harmonies of #AFDE4D
Complementary color
Monochromatic Colors of #AFDE4D
Black with #AFDE4D
Text Example
Text Example
White with #AFDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE4D; }
p { color: rgb(175,222,77); }
H1.HeaderClassName
{
color: #AFDE4D;
}
.AnyTagClassName
{
color: #AFDE4D;
}
</style>
background-color css
<style>
a { background-color: #AFDE4D; }
a { background-color: rgb(175,222,77); }
div.DivClassName
{
background-color: #AFDE4D;
}
.BgClassName
{
background-color: #AFDE4D;
}
</style>
border-color css
<style>
span { border-color: #AFDE4D; }
span { border-color: rgb(175,222,77); }
td.TdClassName
{
border-color: #AFDE4D;
}
.TagClassName
{
border-color: #AFDE4D;
}
</style>