Shades of Conifer #AFDE6B
Tints of Conifer #AFDE6B
RGB
CMYK
RGB Variations
Color information
#AFDE6B (or 0xAFDE6B) is known color: Conifer. HEX triplet: AF, DE and 6B. RGB value is (175,222,107). Sum of RGB (Red+Green+Blue) = 175+222+107=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE6B is #502194. Grayscale: #C3C3C3. Windows color (decimal): -5251477 or 7069359. OLE color: 7069359.
HSL color Cylindrical-coordinate representation of color #AFDE6B: hue angle of 84.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFDE6B is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 107 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.13 |
| HSL | 84.52º | 0.64% | 0.65% | - |
| HSV(B) | 84.52º | 0.52% | 0.87% | - |
| XYZ | 46.45 | 62.42 | 23.51 | - |
| YUV | 194.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 107 | 0.21 | 0 | 0.52 | 0.13 | 84.52 | 0.64 | 0.65 |
| Hex | AF | DE | 6B | 15 | 0 | 34 | D | 55 | 40 | 41 |
| Octal | 257 | 336 | 153 | 25 | 0 | 64 | 15 | 125 | 100 | 101 |
| Binary | 10101111 | 11011110 | 1101011 | 10101 | 0 | 110100 | 1101 | 1010101 | 1000000 | 1000001 |
Color Harmonies of #AFDE6B
Complementary color
Monochromatic Colors of #AFDE6B
Black with #AFDE6B
Text Example
Text Example
White with #AFDE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE6B; }
p { color: rgb(175,222,107); }
H1.HeaderClassName
{
color: #AFDE6B;
}
.AnyTagClassName
{
color: #AFDE6B;
}
</style>
background-color css
<style>
a { background-color: #AFDE6B; }
a { background-color: rgb(175,222,107); }
div.DivClassName
{
background-color: #AFDE6B;
}
.BgClassName
{
background-color: #AFDE6B;
}
</style>
border-color css
<style>
span { border-color: #AFDE6B; }
span { border-color: rgb(175,222,107); }
td.TdClassName
{
border-color: #AFDE6B;
}
.TagClassName
{
border-color: #AFDE6B;
}
</style>