Shades of Conifer #ADDF62
Tints of Conifer #ADDF62
RGB
CMYK
RGB Variations
Color information
#ADDF62 (or 0xADDF62) is known color: Conifer. HEX triplet: AD, DF and 62. RGB value is (173,223,98). Sum of RGB (Red+Green+Blue) = 173+223+98=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF62 is #52209D. Grayscale: #C2C2C2. Windows color (decimal): -5382302 or 6479789. OLE color: 6479789.
HSL color Cylindrical-coordinate representation of color #ADDF62: hue angle of 84º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDF62 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 98 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.13 |
| HSL | 84º | 0.66% | 0.63% | - |
| HSV(B) | 84º | 0.56% | 0.87% | - |
| XYZ | 45.83 | 62.54 | 21.21 | - |
| YUV | 193.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 98 | 0.22 | 0 | 0.56 | 0.13 | 84 | 0.66 | 0.63 |
| Hex | AD | DF | 62 | 16 | 0 | 38 | D | 54 | 42 | 3F |
| Octal | 255 | 337 | 142 | 26 | 0 | 70 | 15 | 124 | 102 | 77 |
| Binary | 10101101 | 11011111 | 1100010 | 10110 | 0 | 111000 | 1101 | 1010100 | 1000010 | 111111 |
Color Harmonies of #ADDF62
Complementary color
Monochromatic Colors of #ADDF62
Black with #ADDF62
Text Example
Text Example
White with #ADDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF62; }
p { color: rgb(173,223,98); }
H1.HeaderClassName
{
color: #ADDF62;
}
.AnyTagClassName
{
color: #ADDF62;
}
</style>
background-color css
<style>
a { background-color: #ADDF62; }
a { background-color: rgb(173,223,98); }
div.DivClassName
{
background-color: #ADDF62;
}
.BgClassName
{
background-color: #ADDF62;
}
</style>
border-color css
<style>
span { border-color: #ADDF62; }
span { border-color: rgb(173,223,98); }
td.TdClassName
{
border-color: #ADDF62;
}
.TagClassName
{
border-color: #ADDF62;
}
</style>