Shades of Conifer #AFDD6D
Tints of Conifer #AFDD6D
RGB
CMYK
RGB Variations
Color information
#AFDD6D (or 0xAFDD6D) is known color: Conifer. HEX triplet: AF, DD and 6D. RGB value is (175,221,109). Sum of RGB (Red+Green+Blue) = 175+221+109=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD6D is #502292. Grayscale: #C2C2C2. Windows color (decimal): -5251731 or 7200175. OLE color: 7200175.
HSL color Cylindrical-coordinate representation of color #AFDD6D: hue angle of 84.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFDD6D is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 109 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.13 |
| HSL | 84.64º | 0.62% | 0.65% | - |
| HSV(B) | 84.64º | 0.51% | 0.87% | - |
| XYZ | 46.3 | 61.93 | 23.98 | - |
| YUV | 194.48 | 79.76 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 109 | 0.21 | 0 | 0.51 | 0.13 | 84.64 | 0.62 | 0.65 |
| Hex | AF | DD | 6D | 15 | 0 | 33 | D | 55 | 3E | 41 |
| Octal | 257 | 335 | 155 | 25 | 0 | 63 | 15 | 125 | 76 | 101 |
| Binary | 10101111 | 11011101 | 1101101 | 10101 | 0 | 110011 | 1101 | 1010101 | 111110 | 1000001 |
Color Harmonies of #AFDD6D
Complementary color
Monochromatic Colors of #AFDD6D
Black with #AFDD6D
Text Example
Text Example
White with #AFDD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD6D; }
p { color: rgb(175,221,109); }
H1.HeaderClassName
{
color: #AFDD6D;
}
.AnyTagClassName
{
color: #AFDD6D;
}
</style>
background-color css
<style>
a { background-color: #AFDD6D; }
a { background-color: rgb(175,221,109); }
div.DivClassName
{
background-color: #AFDD6D;
}
.BgClassName
{
background-color: #AFDD6D;
}
</style>
border-color css
<style>
span { border-color: #AFDD6D; }
span { border-color: rgb(175,221,109); }
td.TdClassName
{
border-color: #AFDD6D;
}
.TagClassName
{
border-color: #AFDD6D;
}
</style>