Shades of Conifer #AFDD6C
Tints of Conifer #AFDD6C
RGB
CMYK
RGB Variations
Color information
#AFDD6C (or 0xAFDD6C) is known color: Conifer. HEX triplet: AF, DD and 6C. RGB value is (175,221,108). Sum of RGB (Red+Green+Blue) = 175+221+108=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD6C is #502293. Grayscale: #C2C2C2. Windows color (decimal): -5251732 or 7134639. OLE color: 7134639.
HSL color Cylindrical-coordinate representation of color #AFDD6C: hue angle of 84.42º 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 #AFDD6C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 108 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.13 |
| HSL | 84.42º | 0.62% | 0.65% | - |
| HSV(B) | 84.42º | 0.51% | 0.87% | - |
| XYZ | 46.24 | 61.91 | 23.7 | - |
| YUV | 194.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 108 | 0.21 | 0 | 0.51 | 0.13 | 84.42 | 0.62 | 0.65 |
| Hex | AF | DD | 6C | 15 | 0 | 33 | D | 54 | 3E | 41 |
| Octal | 257 | 335 | 154 | 25 | 0 | 63 | 15 | 124 | 76 | 101 |
| Binary | 10101111 | 11011101 | 1101100 | 10101 | 0 | 110011 | 1101 | 1010100 | 111110 | 1000001 |
Color Harmonies of #AFDD6C
Complementary color
Monochromatic Colors of #AFDD6C
Black with #AFDD6C
Text Example
Text Example
White with #AFDD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD6C; }
p { color: rgb(175,221,108); }
H1.HeaderClassName
{
color: #AFDD6C;
}
.AnyTagClassName
{
color: #AFDD6C;
}
</style>
background-color css
<style>
a { background-color: #AFDD6C; }
a { background-color: rgb(175,221,108); }
div.DivClassName
{
background-color: #AFDD6C;
}
.BgClassName
{
background-color: #AFDD6C;
}
</style>
border-color css
<style>
span { border-color: #AFDD6C; }
span { border-color: rgb(175,221,108); }
td.TdClassName
{
border-color: #AFDD6C;
}
.TagClassName
{
border-color: #AFDD6C;
}
</style>