Shades of Conifer #AFD74D
Tints of Conifer #AFD74D
RGB
CMYK
RGB Variations
Color information
#AFD74D (or 0xAFD74D) is known color: Conifer. HEX triplet: AF, D7 and 4D. RGB value is (175,215,77). Sum of RGB (Red+Green+Blue) = 175+215+77=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD74D is #5028B2. Grayscale: #BBBBBB. Windows color (decimal): -5253299 or 5101487. OLE color: 5101487.
HSL color Cylindrical-coordinate representation of color #AFD74D: hue angle of 77.39º 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 #AFD74D is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 215 | 77 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.16 |
| HSL | 77.39º | 0.63% | 0.57% | - |
| HSV(B) | 77.39º | 0.64% | 0.84% | - |
| XYZ | 43.32 | 58.25 | 15.98 | - |
| YUV | 187.31 | 65.75 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 215 | 77 | 0.19 | 0 | 0.64 | 0.16 | 77.39 | 0.63 | 0.57 |
| Hex | AF | D7 | 4D | 13 | 0 | 40 | 10 | 4D | 3F | 39 |
| Octal | 257 | 327 | 115 | 23 | 0 | 100 | 20 | 115 | 77 | 71 |
| Binary | 10101111 | 11010111 | 1001101 | 10011 | 0 | 1000000 | 10000 | 1001101 | 111111 | 111001 |
Color Harmonies of #AFD74D
Complementary color
Monochromatic Colors of #AFD74D
Black with #AFD74D
Text Example
Text Example
White with #AFD74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD74D; }
p { color: rgb(175,215,77); }
H1.HeaderClassName
{
color: #AFD74D;
}
.AnyTagClassName
{
color: #AFD74D;
}
</style>
background-color css
<style>
a { background-color: #AFD74D; }
a { background-color: rgb(175,215,77); }
div.DivClassName
{
background-color: #AFD74D;
}
.BgClassName
{
background-color: #AFD74D;
}
</style>
border-color css
<style>
span { border-color: #AFD74D; }
span { border-color: rgb(175,215,77); }
td.TdClassName
{
border-color: #AFD74D;
}
.TagClassName
{
border-color: #AFD74D;
}
</style>