Shades of Conifer #AFDD47
Tints of Conifer #AFDD47
RGB
CMYK
RGB Variations
Color information
#AFDD47 (or 0xAFDD47) is known color: Conifer. HEX triplet: AF, DD and 47. RGB value is (175,221,71). Sum of RGB (Red+Green+Blue) = 175+221+71=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD47 is #5022B8. Grayscale: #BEBEBE. Windows color (decimal): -5251769 or 4709807. OLE color: 4709807.
HSL color Cylindrical-coordinate representation of color #AFDD47: hue angle of 78.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFDD47 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 71 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.13 |
| HSL | 78.4º | 0.69% | 0.57% | - |
| HSV(B) | 78.4º | 0.68% | 0.87% | - |
| XYZ | 44.67 | 61.28 | 15.44 | - |
| YUV | 190.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 71 | 0.21 | 0 | 0.68 | 0.13 | 78.4 | 0.69 | 0.57 |
| Hex | AF | DD | 47 | 15 | 0 | 44 | D | 4E | 45 | 39 |
| Octal | 257 | 335 | 107 | 25 | 0 | 104 | 15 | 116 | 105 | 71 |
| Binary | 10101111 | 11011101 | 1000111 | 10101 | 0 | 1000100 | 1101 | 1001110 | 1000101 | 111001 |
Color Harmonies of #AFDD47
Complementary color
Monochromatic Colors of #AFDD47
Black with #AFDD47
Text Example
Text Example
White with #AFDD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD47; }
p { color: rgb(175,221,71); }
H1.HeaderClassName
{
color: #AFDD47;
}
.AnyTagClassName
{
color: #AFDD47;
}
</style>
background-color css
<style>
a { background-color: #AFDD47; }
a { background-color: rgb(175,221,71); }
div.DivClassName
{
background-color: #AFDD47;
}
.BgClassName
{
background-color: #AFDD47;
}
</style>
border-color css
<style>
span { border-color: #AFDD47; }
span { border-color: rgb(175,221,71); }
td.TdClassName
{
border-color: #AFDD47;
}
.TagClassName
{
border-color: #AFDD47;
}
</style>