Shades of Conifer #AFD64E
Tints of Conifer #AFD64E
RGB
CMYK
RGB Variations
Color information
#AFD64E (or 0xAFD64E) is known color: Conifer. HEX triplet: AF, D6 and 4E. RGB value is (175,214,78). Sum of RGB (Red+Green+Blue) = 175+214+78=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD64E is #5029B1. Grayscale: #BBBBBB. Windows color (decimal): -5253554 or 5166767. OLE color: 5166767.
HSL color Cylindrical-coordinate representation of color #AFD64E: hue angle of 77.21º degrees, saturation: 0.62, 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 #AFD64E is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 78 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.16 |
| HSL | 77.21º | 0.62% | 0.57% | - |
| HSV(B) | 77.21º | 0.64% | 0.84% | - |
| XYZ | 43.1 | 57.76 | 16.08 | - |
| YUV | 186.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 78 | 0.18 | 0 | 0.64 | 0.16 | 77.21 | 0.62 | 0.57 |
| Hex | AF | D6 | 4E | 12 | 0 | 40 | 10 | 4D | 3E | 39 |
| Octal | 257 | 326 | 116 | 22 | 0 | 100 | 20 | 115 | 76 | 71 |
| Binary | 10101111 | 11010110 | 1001110 | 10010 | 0 | 1000000 | 10000 | 1001101 | 111110 | 111001 |
Color Harmonies of #AFD64E
Complementary color
Monochromatic Colors of #AFD64E
Black with #AFD64E
Text Example
Text Example
White with #AFD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD64E; }
p { color: rgb(175,214,78); }
H1.HeaderClassName
{
color: #AFD64E;
}
.AnyTagClassName
{
color: #AFD64E;
}
</style>
background-color css
<style>
a { background-color: #AFD64E; }
a { background-color: rgb(175,214,78); }
div.DivClassName
{
background-color: #AFD64E;
}
.BgClassName
{
background-color: #AFD64E;
}
</style>
border-color css
<style>
span { border-color: #AFD64E; }
span { border-color: rgb(175,214,78); }
td.TdClassName
{
border-color: #AFD64E;
}
.TagClassName
{
border-color: #AFD64E;
}
</style>