Shades of Conifer #ADDD64
Tints of Conifer #ADDD64
RGB
CMYK
RGB Variations
Color information
#ADDD64 (or 0xADDD64) is known color: Conifer. HEX triplet: AD, DD and 64. RGB value is (173,221,100). Sum of RGB (Red+Green+Blue) = 173+221+100=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD64 is #52229B. Grayscale: #C1C1C1. Windows color (decimal): -5382812 or 6610349. OLE color: 6610349.
HSL color Cylindrical-coordinate representation of color #ADDD64: hue angle of 83.8º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADDD64 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 100 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.13 |
| HSL | 83.8º | 0.64% | 0.63% | - |
| HSV(B) | 83.8º | 0.55% | 0.87% | - |
| XYZ | 45.39 | 61.52 | 21.54 | - |
| YUV | 192.85 | 75.6 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 100 | 0.22 | 0 | 0.55 | 0.13 | 83.8 | 0.64 | 0.63 |
| Hex | AD | DD | 64 | 16 | 0 | 37 | D | 54 | 40 | 3F |
| Octal | 255 | 335 | 144 | 26 | 0 | 67 | 15 | 124 | 100 | 77 |
| Binary | 10101101 | 11011101 | 1100100 | 10110 | 0 | 110111 | 1101 | 1010100 | 1000000 | 111111 |
Color Harmonies of #ADDD64
Complementary color
Monochromatic Colors of #ADDD64
Black with #ADDD64
Text Example
Text Example
White with #ADDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD64; }
p { color: rgb(173,221,100); }
H1.HeaderClassName
{
color: #ADDD64;
}
.AnyTagClassName
{
color: #ADDD64;
}
</style>
background-color css
<style>
a { background-color: #ADDD64; }
a { background-color: rgb(173,221,100); }
div.DivClassName
{
background-color: #ADDD64;
}
.BgClassName
{
background-color: #ADDD64;
}
</style>
border-color css
<style>
span { border-color: #ADDD64; }
span { border-color: rgb(173,221,100); }
td.TdClassName
{
border-color: #ADDD64;
}
.TagClassName
{
border-color: #ADDD64;
}
</style>