Shades of Conifer #AFD74C
Tints of Conifer #AFD74C
RGB
CMYK
RGB Variations
Color information
#AFD74C (or 0xAFD74C) is known color: Conifer. HEX triplet: AF, D7 and 4C. RGB value is (175,215,76). Sum of RGB (Red+Green+Blue) = 175+215+76=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD74C is #5028B3. Grayscale: #BBBBBB. Windows color (decimal): -5253300 or 5035951. OLE color: 5035951.
HSL color Cylindrical-coordinate representation of color #AFD74C: hue angle of 77.27º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFD74C is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 215 | 76 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.16 |
| HSL | 77.27º | 0.63% | 0.57% | - |
| HSV(B) | 77.27º | 0.65% | 0.84% | - |
| XYZ | 43.28 | 58.24 | 15.8 | - |
| YUV | 187.19 | 65.25 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 215 | 76 | 0.19 | 0 | 0.65 | 0.16 | 77.27 | 0.63 | 0.57 |
| Hex | AF | D7 | 4C | 13 | 0 | 41 | 10 | 4D | 3F | 39 |
| Octal | 257 | 327 | 114 | 23 | 0 | 101 | 20 | 115 | 77 | 71 |
| Binary | 10101111 | 11010111 | 1001100 | 10011 | 0 | 1000001 | 10000 | 1001101 | 111111 | 111001 |
Color Harmonies of #AFD74C
Complementary color
Monochromatic Colors of #AFD74C
Black with #AFD74C
Text Example
Text Example
White with #AFD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD74C; }
p { color: rgb(175,215,76); }
H1.HeaderClassName
{
color: #AFD74C;
}
.AnyTagClassName
{
color: #AFD74C;
}
</style>
background-color css
<style>
a { background-color: #AFD74C; }
a { background-color: rgb(175,215,76); }
div.DivClassName
{
background-color: #AFD74C;
}
.BgClassName
{
background-color: #AFD74C;
}
</style>
border-color css
<style>
span { border-color: #AFD74C; }
span { border-color: rgb(175,215,76); }
td.TdClassName
{
border-color: #AFD74C;
}
.TagClassName
{
border-color: #AFD74C;
}
</style>