Shades of Conifer #AFD84C
Tints of Conifer #AFD84C
RGB
CMYK
RGB Variations
Color information
#AFD84C (or 0xAFD84C) is known color: Conifer. HEX triplet: AF, D8 and 4C. RGB value is (175,216,76). Sum of RGB (Red+Green+Blue) = 175+216+76=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD84C is #5027B3. Grayscale: #BCBCBC. Windows color (decimal): -5253044 or 5036207. OLE color: 5036207.
HSL color Cylindrical-coordinate representation of color #AFD84C: hue angle of 77.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFD84C is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 76 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.15 |
| HSL | 77.57º | 0.64% | 0.57% | - |
| HSV(B) | 77.57º | 0.65% | 0.85% | - |
| XYZ | 43.54 | 58.75 | 15.88 | - |
| YUV | 187.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 76 | 0.19 | 0 | 0.65 | 0.15 | 77.57 | 0.64 | 0.57 |
| Hex | AF | D8 | 4C | 13 | 0 | 41 | F | 4E | 40 | 39 |
| Octal | 257 | 330 | 114 | 23 | 0 | 101 | 17 | 116 | 100 | 71 |
| Binary | 10101111 | 11011000 | 1001100 | 10011 | 0 | 1000001 | 1111 | 1001110 | 1000000 | 111001 |
Color Harmonies of #AFD84C
Complementary color
Monochromatic Colors of #AFD84C
Black with #AFD84C
Text Example
Text Example
White with #AFD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD84C; }
p { color: rgb(175,216,76); }
H1.HeaderClassName
{
color: #AFD84C;
}
.AnyTagClassName
{
color: #AFD84C;
}
</style>
background-color css
<style>
a { background-color: #AFD84C; }
a { background-color: rgb(175,216,76); }
div.DivClassName
{
background-color: #AFD84C;
}
.BgClassName
{
background-color: #AFD84C;
}
</style>
border-color css
<style>
span { border-color: #AFD84C; }
span { border-color: rgb(175,216,76); }
td.TdClassName
{
border-color: #AFD84C;
}
.TagClassName
{
border-color: #AFD84C;
}
</style>