Shades of Conifer #AFD666
Tints of Conifer #AFD666
RGB
CMYK
RGB Variations
Color information
#AFD666 (or 0xAFD666) is known color: Conifer. HEX triplet: AF, D6 and 66. RGB value is (175,214,102). Sum of RGB (Red+Green+Blue) = 175+214+102=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 102 (40.23% from 255 or 20.77% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD666 is #502999. Grayscale: #BDBDBD. Windows color (decimal): -5253530 or 6739631. OLE color: 6739631.
HSL color Cylindrical-coordinate representation of color #AFD666: hue angle of 80.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD666 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 214 | 102 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.16 |
| HSL | 80.89º | 0.58% | 0.62% | - |
| HSV(B) | 80.89º | 0.52% | 0.84% | - |
| XYZ | 44.12 | 58.17 | 21.47 | - |
| YUV | 189.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 214 | 102 | 0.18 | 0 | 0.52 | 0.16 | 80.89 | 0.58 | 0.62 |
| Hex | AF | D6 | 66 | 12 | 0 | 34 | 10 | 51 | 3A | 3E |
| Octal | 257 | 326 | 146 | 22 | 0 | 64 | 20 | 121 | 72 | 76 |
| Binary | 10101111 | 11010110 | 1100110 | 10010 | 0 | 110100 | 10000 | 1010001 | 111010 | 111110 |
Color Harmonies of #AFD666
Complementary color
Monochromatic Colors of #AFD666
Black with #AFD666
Text Example
Text Example
White with #AFD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD666; }
p { color: rgb(175,214,102); }
H1.HeaderClassName
{
color: #AFD666;
}
.AnyTagClassName
{
color: #AFD666;
}
</style>
background-color css
<style>
a { background-color: #AFD666; }
a { background-color: rgb(175,214,102); }
div.DivClassName
{
background-color: #AFD666;
}
.BgClassName
{
background-color: #AFD666;
}
</style>
border-color css
<style>
span { border-color: #AFD666; }
span { border-color: rgb(175,214,102); }
td.TdClassName
{
border-color: #AFD666;
}
.TagClassName
{
border-color: #AFD666;
}
</style>