Shades of Conifer #AFD84D
Tints of Conifer #AFD84D
RGB
CMYK
RGB Variations
Color information
#AFD84D (or 0xAFD84D) is known color: Conifer. HEX triplet: AF, D8 and 4D. RGB value is (175,216,77). Sum of RGB (Red+Green+Blue) = 175+216+77=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD84D is #5027B2. Grayscale: #BCBCBC. Windows color (decimal): -5253043 or 5101743. OLE color: 5101743.
HSL color Cylindrical-coordinate representation of color #AFD84D: hue angle of 77.7º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFD84D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 77 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.15 |
| HSL | 77.7º | 0.64% | 0.57% | - |
| HSV(B) | 77.7º | 0.64% | 0.85% | - |
| XYZ | 43.57 | 58.76 | 16.07 | - |
| YUV | 187.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 77 | 0.19 | 0 | 0.64 | 0.15 | 77.7 | 0.64 | 0.57 |
| Hex | AF | D8 | 4D | 13 | 0 | 40 | F | 4E | 40 | 39 |
| Octal | 257 | 330 | 115 | 23 | 0 | 100 | 17 | 116 | 100 | 71 |
| Binary | 10101111 | 11011000 | 1001101 | 10011 | 0 | 1000000 | 1111 | 1001110 | 1000000 | 111001 |
Color Harmonies of #AFD84D
Complementary color
Monochromatic Colors of #AFD84D
Black with #AFD84D
Text Example
Text Example
White with #AFD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD84D; }
p { color: rgb(175,216,77); }
H1.HeaderClassName
{
color: #AFD84D;
}
.AnyTagClassName
{
color: #AFD84D;
}
</style>
background-color css
<style>
a { background-color: #AFD84D; }
a { background-color: rgb(175,216,77); }
div.DivClassName
{
background-color: #AFD84D;
}
.BgClassName
{
background-color: #AFD84D;
}
</style>
border-color css
<style>
span { border-color: #AFD84D; }
span { border-color: rgb(175,216,77); }
td.TdClassName
{
border-color: #AFD84D;
}
.TagClassName
{
border-color: #AFD84D;
}
</style>