Shades of Conifer #AFD74A
Tints of Conifer #AFD74A
RGB
CMYK
RGB Variations
Color information
#AFD74A (or 0xAFD74A) is known color: Conifer. HEX triplet: AF, D7 and 4A. RGB value is (175,215,74). Sum of RGB (Red+Green+Blue) = 175+215+74=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD74A is #5028B5. Grayscale: #BBBBBB. Windows color (decimal): -5253302 or 4904879. OLE color: 4904879.
HSL color Cylindrical-coordinate representation of color #AFD74A: hue angle of 77.02º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFD74A is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 215 | 74 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.16 |
| HSL | 77.02º | 0.64% | 0.57% | - |
| HSV(B) | 77.02º | 0.66% | 0.84% | - |
| XYZ | 43.22 | 58.21 | 15.44 | - |
| YUV | 186.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 215 | 74 | 0.19 | 0 | 0.66 | 0.16 | 77.02 | 0.64 | 0.57 |
| Hex | AF | D7 | 4A | 13 | 0 | 42 | 10 | 4D | 40 | 39 |
| Octal | 257 | 327 | 112 | 23 | 0 | 102 | 20 | 115 | 100 | 71 |
| Binary | 10101111 | 11010111 | 1001010 | 10011 | 0 | 1000010 | 10000 | 1001101 | 1000000 | 111001 |
Color Harmonies of #AFD74A
Complementary color
Monochromatic Colors of #AFD74A
Black with #AFD74A
Text Example
Text Example
White with #AFD74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD74A; }
p { color: rgb(175,215,74); }
H1.HeaderClassName
{
color: #AFD74A;
}
.AnyTagClassName
{
color: #AFD74A;
}
</style>
background-color css
<style>
a { background-color: #AFD74A; }
a { background-color: rgb(175,215,74); }
div.DivClassName
{
background-color: #AFD74A;
}
.BgClassName
{
background-color: #AFD74A;
}
</style>
border-color css
<style>
span { border-color: #AFD74A; }
span { border-color: rgb(175,215,74); }
td.TdClassName
{
border-color: #AFD74A;
}
.TagClassName
{
border-color: #AFD74A;
}
</style>