Shades of Conifer #AFD54E
Tints of Conifer #AFD54E
RGB
CMYK
RGB Variations
Color information
#AFD54E (or 0xAFD54E) is known color: Conifer. HEX triplet: AF, D5 and 4E. RGB value is (175,213,78). Sum of RGB (Red+Green+Blue) = 175+213+78=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD54E is #502AB1. Grayscale: #BABABA. Windows color (decimal): -5253810 or 5166511. OLE color: 5166511.
HSL color Cylindrical-coordinate representation of color #AFD54E: hue angle of 76.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFD54E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 78 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.16 |
| HSL | 76.89º | 0.62% | 0.57% | - |
| HSV(B) | 76.89º | 0.63% | 0.84% | - |
| XYZ | 42.85 | 57.25 | 16 | - |
| YUV | 186.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 78 | 0.18 | 0 | 0.63 | 0.16 | 76.89 | 0.62 | 0.57 |
| Hex | AF | D5 | 4E | 12 | 0 | 3F | 10 | 4D | 3E | 39 |
| Octal | 257 | 325 | 116 | 22 | 0 | 77 | 20 | 115 | 76 | 71 |
| Binary | 10101111 | 11010101 | 1001110 | 10010 | 0 | 111111 | 10000 | 1001101 | 111110 | 111001 |
Color Harmonies of #AFD54E
Complementary color
Monochromatic Colors of #AFD54E
Black with #AFD54E
Text Example
Text Example
White with #AFD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD54E; }
p { color: rgb(175,213,78); }
H1.HeaderClassName
{
color: #AFD54E;
}
.AnyTagClassName
{
color: #AFD54E;
}
</style>
background-color css
<style>
a { background-color: #AFD54E; }
a { background-color: rgb(175,213,78); }
div.DivClassName
{
background-color: #AFD54E;
}
.BgClassName
{
background-color: #AFD54E;
}
</style>
border-color css
<style>
span { border-color: #AFD54E; }
span { border-color: rgb(175,213,78); }
td.TdClassName
{
border-color: #AFD54E;
}
.TagClassName
{
border-color: #AFD54E;
}
</style>