Shades of Conifer #AFD64D
Tints of Conifer #AFD64D
RGB
CMYK
RGB Variations
Color information
#AFD64D (or 0xAFD64D) is known color: Conifer. HEX triplet: AF, D6 and 4D. RGB value is (175,214,77). Sum of RGB (Red+Green+Blue) = 175+214+77=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD64D is #5029B2. Grayscale: #BBBBBB. Windows color (decimal): -5253555 or 5101231. OLE color: 5101231.
HSL color Cylindrical-coordinate representation of color #AFD64D: hue angle of 77.08º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFD64D is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 77 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.16 |
| HSL | 77.08º | 0.63% | 0.57% | - |
| HSV(B) | 77.08º | 0.64% | 0.84% | - |
| XYZ | 43.07 | 57.74 | 15.9 | - |
| YUV | 186.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 77 | 0.18 | 0 | 0.64 | 0.16 | 77.08 | 0.63 | 0.57 |
| Hex | AF | D6 | 4D | 12 | 0 | 40 | 10 | 4D | 3F | 39 |
| Octal | 257 | 326 | 115 | 22 | 0 | 100 | 20 | 115 | 77 | 71 |
| Binary | 10101111 | 11010110 | 1001101 | 10010 | 0 | 1000000 | 10000 | 1001101 | 111111 | 111001 |
Color Harmonies of #AFD64D
Complementary color
Monochromatic Colors of #AFD64D
Black with #AFD64D
Text Example
Text Example
White with #AFD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD64D; }
p { color: rgb(175,214,77); }
H1.HeaderClassName
{
color: #AFD64D;
}
.AnyTagClassName
{
color: #AFD64D;
}
</style>
background-color css
<style>
a { background-color: #AFD64D; }
a { background-color: rgb(175,214,77); }
div.DivClassName
{
background-color: #AFD64D;
}
.BgClassName
{
background-color: #AFD64D;
}
</style>
border-color css
<style>
span { border-color: #AFD64D; }
span { border-color: rgb(175,214,77); }
td.TdClassName
{
border-color: #AFD64D;
}
.TagClassName
{
border-color: #AFD64D;
}
</style>