Shades of Conifer #ADDF4F
Tints of Conifer #ADDF4F
RGB
CMYK
RGB Variations
Color information
#ADDF4F (or 0xADDF4F) is known color: Conifer. HEX triplet: AD, DF and 4F. RGB value is (173,223,79). Sum of RGB (Red+Green+Blue) = 173+223+79=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF4F is #5220B0. Grayscale: #C0C0C0. Windows color (decimal): -5382321 or 5234605. OLE color: 5234605.
HSL color Cylindrical-coordinate representation of color #ADDF4F: hue angle of 80.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADDF4F is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 79 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.13 |
| HSL | 80.83º | 0.69% | 0.59% | - |
| HSV(B) | 80.83º | 0.65% | 0.87% | - |
| XYZ | 45.03 | 62.22 | 17.03 | - |
| YUV | 191.63 | 64.44 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 79 | 0.22 | 0 | 0.65 | 0.13 | 80.83 | 0.69 | 0.59 |
| Hex | AD | DF | 4F | 16 | 0 | 41 | D | 51 | 45 | 3B |
| Octal | 255 | 337 | 117 | 26 | 0 | 101 | 15 | 121 | 105 | 73 |
| Binary | 10101101 | 11011111 | 1001111 | 10110 | 0 | 1000001 | 1101 | 1010001 | 1000101 | 111011 |
Color Harmonies of #ADDF4F
Complementary color
Monochromatic Colors of #ADDF4F
Black with #ADDF4F
Text Example
Text Example
White with #ADDF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF4F; }
p { color: rgb(173,223,79); }
H1.HeaderClassName
{
color: #ADDF4F;
}
.AnyTagClassName
{
color: #ADDF4F;
}
</style>
background-color css
<style>
a { background-color: #ADDF4F; }
a { background-color: rgb(173,223,79); }
div.DivClassName
{
background-color: #ADDF4F;
}
.BgClassName
{
background-color: #ADDF4F;
}
</style>
border-color css
<style>
span { border-color: #ADDF4F; }
span { border-color: rgb(173,223,79); }
td.TdClassName
{
border-color: #ADDF4F;
}
.TagClassName
{
border-color: #ADDF4F;
}
</style>