Shades of Conifer #AFD25E
Tints of Conifer #AFD25E
RGB
CMYK
RGB Variations
Color information
#AFD25E (or 0xAFD25E) is known color: Conifer. HEX triplet: AF, D2 and 5E. RGB value is (175,210,94). Sum of RGB (Red+Green+Blue) = 175+210+94=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD25E is #502DA1. Grayscale: #BABABA. Windows color (decimal): -5254562 or 6214319. OLE color: 6214319.
HSL color Cylindrical-coordinate representation of color #AFD25E: hue angle of 78.1º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFD25E is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 94 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.18 |
| HSL | 78.1º | 0.56% | 0.6% | - |
| HSV(B) | 78.1º | 0.55% | 0.82% | - |
| XYZ | 42.75 | 56.02 | 19.15 | - |
| YUV | 186.31 | 75.9 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 94 | 0.17 | 0 | 0.55 | 0.18 | 78.1 | 0.56 | 0.6 |
| Hex | AF | D2 | 5E | 11 | 0 | 37 | 12 | 4E | 38 | 3C |
| Octal | 257 | 322 | 136 | 21 | 0 | 67 | 22 | 116 | 70 | 74 |
| Binary | 10101111 | 11010010 | 1011110 | 10001 | 0 | 110111 | 10010 | 1001110 | 111000 | 111100 |
Color Harmonies of #AFD25E
Complementary color
Monochromatic Colors of #AFD25E
Black with #AFD25E
Text Example
Text Example
White with #AFD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD25E; }
p { color: rgb(175,210,94); }
H1.HeaderClassName
{
color: #AFD25E;
}
.AnyTagClassName
{
color: #AFD25E;
}
</style>
background-color css
<style>
a { background-color: #AFD25E; }
a { background-color: rgb(175,210,94); }
div.DivClassName
{
background-color: #AFD25E;
}
.BgClassName
{
background-color: #AFD25E;
}
</style>
border-color css
<style>
span { border-color: #AFD25E; }
span { border-color: rgb(175,210,94); }
td.TdClassName
{
border-color: #AFD25E;
}
.TagClassName
{
border-color: #AFD25E;
}
</style>