Shades of Conifer #AFD84E
Tints of Conifer #AFD84E
RGB
CMYK
RGB Variations
Color information
#AFD84E (or 0xAFD84E) is known color: Conifer. HEX triplet: AF, D8 and 4E. RGB value is (175,216,78). Sum of RGB (Red+Green+Blue) = 175+216+78=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD84E is #5027B1. Grayscale: #BCBCBC. Windows color (decimal): -5253042 or 5167279. OLE color: 5167279.
HSL color Cylindrical-coordinate representation of color #AFD84E: hue angle of 77.83º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFD84E is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 78 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.15 |
| HSL | 77.83º | 0.64% | 0.58% | - |
| HSV(B) | 77.83º | 0.64% | 0.85% | - |
| XYZ | 43.61 | 58.78 | 16.25 | - |
| YUV | 188.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 78 | 0.19 | 0 | 0.64 | 0.15 | 77.83 | 0.64 | 0.58 |
| Hex | AF | D8 | 4E | 13 | 0 | 40 | F | 4E | 40 | 3A |
| Octal | 257 | 330 | 116 | 23 | 0 | 100 | 17 | 116 | 100 | 72 |
| Binary | 10101111 | 11011000 | 1001110 | 10011 | 0 | 1000000 | 1111 | 1001110 | 1000000 | 111010 |
Color Harmonies of #AFD84E
Complementary color
Monochromatic Colors of #AFD84E
Black with #AFD84E
Text Example
Text Example
White with #AFD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD84E; }
p { color: rgb(175,216,78); }
H1.HeaderClassName
{
color: #AFD84E;
}
.AnyTagClassName
{
color: #AFD84E;
}
</style>
background-color css
<style>
a { background-color: #AFD84E; }
a { background-color: rgb(175,216,78); }
div.DivClassName
{
background-color: #AFD84E;
}
.BgClassName
{
background-color: #AFD84E;
}
</style>
border-color css
<style>
span { border-color: #AFD84E; }
span { border-color: rgb(175,216,78); }
td.TdClassName
{
border-color: #AFD84E;
}
.TagClassName
{
border-color: #AFD84E;
}
</style>