Shades of Conifer #AFD85D
Tints of Conifer #AFD85D
RGB
CMYK
RGB Variations
Color information
#AFD85D (or 0xAFD85D) is known color: Conifer. HEX triplet: AF, D8 and 5D. RGB value is (175,216,93). Sum of RGB (Red+Green+Blue) = 175+216+93=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD85D is #5027A2. Grayscale: #BEBEBE. Windows color (decimal): -5253027 or 6150319. OLE color: 6150319.
HSL color Cylindrical-coordinate representation of color #AFD85D: hue angle of 80º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFD85D is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 216 | 93 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.15 |
| HSL | 80º | 0.61% | 0.61% | - |
| HSV(B) | 80º | 0.57% | 0.85% | - |
| XYZ | 44.21 | 59.02 | 19.42 | - |
| YUV | 189.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 216 | 93 | 0.19 | 0 | 0.57 | 0.15 | 80 | 0.61 | 0.61 |
| Hex | AF | D8 | 5D | 13 | 0 | 39 | F | 50 | 3D | 3D |
| Octal | 257 | 330 | 135 | 23 | 0 | 71 | 17 | 120 | 75 | 75 |
| Binary | 10101111 | 11011000 | 1011101 | 10011 | 0 | 111001 | 1111 | 1010000 | 111101 | 111101 |
Color Harmonies of #AFD85D
Complementary color
Monochromatic Colors of #AFD85D
Black with #AFD85D
Text Example
Text Example
White with #AFD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD85D; }
p { color: rgb(175,216,93); }
H1.HeaderClassName
{
color: #AFD85D;
}
.AnyTagClassName
{
color: #AFD85D;
}
</style>
background-color css
<style>
a { background-color: #AFD85D; }
a { background-color: rgb(175,216,93); }
div.DivClassName
{
background-color: #AFD85D;
}
.BgClassName
{
background-color: #AFD85D;
}
</style>
border-color css
<style>
span { border-color: #AFD85D; }
span { border-color: rgb(175,216,93); }
td.TdClassName
{
border-color: #AFD85D;
}
.TagClassName
{
border-color: #AFD85D;
}
</style>