Shades of Conifer #AFD465
Tints of Conifer #AFD465
RGB
CMYK
RGB Variations
Color information
#AFD465 (or 0xAFD465) is known color: Conifer. HEX triplet: AF, D4 and 65. RGB value is (175,212,101). Sum of RGB (Red+Green+Blue) = 175+212+101=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD465 is #502B9A. Grayscale: #BCBCBC. Windows color (decimal): -5254043 or 6673583. OLE color: 6673583.
HSL color Cylindrical-coordinate representation of color #AFD465: hue angle of 80º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD465 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 101 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.17 |
| HSL | 80º | 0.56% | 0.61% | - |
| HSV(B) | 80º | 0.52% | 0.83% | - |
| XYZ | 43.57 | 57.14 | 21.04 | - |
| YUV | 188.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 101 | 0.17 | 0 | 0.52 | 0.17 | 80 | 0.56 | 0.61 |
| Hex | AF | D4 | 65 | 11 | 0 | 34 | 11 | 50 | 38 | 3D |
| Octal | 257 | 324 | 145 | 21 | 0 | 64 | 21 | 120 | 70 | 75 |
| Binary | 10101111 | 11010100 | 1100101 | 10001 | 0 | 110100 | 10001 | 1010000 | 111000 | 111101 |
Color Harmonies of #AFD465
Complementary color
Monochromatic Colors of #AFD465
Black with #AFD465
Text Example
Text Example
White with #AFD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD465; }
p { color: rgb(175,212,101); }
H1.HeaderClassName
{
color: #AFD465;
}
.AnyTagClassName
{
color: #AFD465;
}
</style>
background-color css
<style>
a { background-color: #AFD465; }
a { background-color: rgb(175,212,101); }
div.DivClassName
{
background-color: #AFD465;
}
.BgClassName
{
background-color: #AFD465;
}
</style>
border-color css
<style>
span { border-color: #AFD465; }
span { border-color: rgb(175,212,101); }
td.TdClassName
{
border-color: #AFD465;
}
.TagClassName
{
border-color: #AFD465;
}
</style>