Shades of Conifer #AFDD4F
Tints of Conifer #AFDD4F
RGB
CMYK
RGB Variations
Color information
#AFDD4F (or 0xAFDD4F) is known color: Conifer. HEX triplet: AF, DD and 4F. RGB value is (175,221,79). Sum of RGB (Red+Green+Blue) = 175+221+79=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD4F is #5022B0. Grayscale: #BFBFBF. Windows color (decimal): -5251761 or 5234095. OLE color: 5234095.
HSL color Cylindrical-coordinate representation of color #AFDD4F: hue angle of 79.44º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFDD4F is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 79 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.13 |
| HSL | 79.44º | 0.68% | 0.59% | - |
| HSV(B) | 79.44º | 0.64% | 0.87% | - |
| XYZ | 44.95 | 61.39 | 16.88 | - |
| YUV | 191.06 | 64.76 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 79 | 0.21 | 0 | 0.64 | 0.13 | 79.44 | 0.68 | 0.59 |
| Hex | AF | DD | 4F | 15 | 0 | 40 | D | 4F | 44 | 3B |
| Octal | 257 | 335 | 117 | 25 | 0 | 100 | 15 | 117 | 104 | 73 |
| Binary | 10101111 | 11011101 | 1001111 | 10101 | 0 | 1000000 | 1101 | 1001111 | 1000100 | 111011 |
Color Harmonies of #AFDD4F
Complementary color
Monochromatic Colors of #AFDD4F
Black with #AFDD4F
Text Example
Text Example
White with #AFDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD4F; }
p { color: rgb(175,221,79); }
H1.HeaderClassName
{
color: #AFDD4F;
}
.AnyTagClassName
{
color: #AFDD4F;
}
</style>
background-color css
<style>
a { background-color: #AFDD4F; }
a { background-color: rgb(175,221,79); }
div.DivClassName
{
background-color: #AFDD4F;
}
.BgClassName
{
background-color: #AFDD4F;
}
</style>
border-color css
<style>
span { border-color: #AFDD4F; }
span { border-color: rgb(175,221,79); }
td.TdClassName
{
border-color: #AFDD4F;
}
.TagClassName
{
border-color: #AFDD4F;
}
</style>