Shades of Conifer #AFDA66
Tints of Conifer #AFDA66
RGB
CMYK
RGB Variations
Color information
#AFDA66 (or 0xAFDA66) is known color: Conifer. HEX triplet: AF, DA and 66. RGB value is (175,218,102). Sum of RGB (Red+Green+Blue) = 175+218+102=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA66 is #502599. Grayscale: #C0C0C0. Windows color (decimal): -5252506 or 6740655. OLE color: 6740655.
HSL color Cylindrical-coordinate representation of color #AFDA66: hue angle of 82.24º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDA66 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 102 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.15 |
| HSL | 82.24º | 0.61% | 0.63% | - |
| HSV(B) | 82.24º | 0.53% | 0.85% | - |
| XYZ | 45.15 | 60.22 | 21.81 | - |
| YUV | 191.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 102 | 0.20 | 0 | 0.53 | 0.15 | 82.24 | 0.61 | 0.63 |
| Hex | AF | DA | 66 | 14 | 0 | 35 | F | 52 | 3D | 3F |
| Octal | 257 | 332 | 146 | 24 | 0 | 65 | 17 | 122 | 75 | 77 |
| Binary | 10101111 | 11011010 | 1100110 | 10100 | 0 | 110101 | 1111 | 1010010 | 111101 | 111111 |
Color Harmonies of #AFDA66
Complementary color
Monochromatic Colors of #AFDA66
Black with #AFDA66
Text Example
Text Example
White with #AFDA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA66; }
p { color: rgb(175,218,102); }
H1.HeaderClassName
{
color: #AFDA66;
}
.AnyTagClassName
{
color: #AFDA66;
}
</style>
background-color css
<style>
a { background-color: #AFDA66; }
a { background-color: rgb(175,218,102); }
div.DivClassName
{
background-color: #AFDA66;
}
.BgClassName
{
background-color: #AFDA66;
}
</style>
border-color css
<style>
span { border-color: #AFDA66; }
span { border-color: rgb(175,218,102); }
td.TdClassName
{
border-color: #AFDA66;
}
.TagClassName
{
border-color: #AFDA66;
}
</style>