Shades of Conifer #AFDA4F
Tints of Conifer #AFDA4F
RGB
CMYK
RGB Variations
Color information
#AFDA4F (or 0xAFDA4F) is known color: Conifer. HEX triplet: AF, DA and 4F. RGB value is (175,218,79). Sum of RGB (Red+Green+Blue) = 175+218+79=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA4F is #5025B0. Grayscale: #BDBDBD. Windows color (decimal): -5252529 or 5233327. OLE color: 5233327.
HSL color Cylindrical-coordinate representation of color #AFDA4F: hue angle of 78.56º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFDA4F is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 79 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.15 |
| HSL | 78.56º | 0.65% | 0.58% | - |
| HSV(B) | 78.56º | 0.64% | 0.85% | - |
| XYZ | 44.16 | 59.82 | 16.62 | - |
| YUV | 189.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 79 | 0.20 | 0 | 0.64 | 0.15 | 78.56 | 0.65 | 0.58 |
| Hex | AF | DA | 4F | 14 | 0 | 40 | F | 4F | 41 | 3A |
| Octal | 257 | 332 | 117 | 24 | 0 | 100 | 17 | 117 | 101 | 72 |
| Binary | 10101111 | 11011010 | 1001111 | 10100 | 0 | 1000000 | 1111 | 1001111 | 1000001 | 111010 |
Color Harmonies of #AFDA4F
Complementary color
Monochromatic Colors of #AFDA4F
Black with #AFDA4F
Text Example
Text Example
White with #AFDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA4F; }
p { color: rgb(175,218,79); }
H1.HeaderClassName
{
color: #AFDA4F;
}
.AnyTagClassName
{
color: #AFDA4F;
}
</style>
background-color css
<style>
a { background-color: #AFDA4F; }
a { background-color: rgb(175,218,79); }
div.DivClassName
{
background-color: #AFDA4F;
}
.BgClassName
{
background-color: #AFDA4F;
}
</style>
border-color css
<style>
span { border-color: #AFDA4F; }
span { border-color: rgb(175,218,79); }
td.TdClassName
{
border-color: #AFDA4F;
}
.TagClassName
{
border-color: #AFDA4F;
}
</style>