Shades of Conifer #ADD749
Tints of Conifer #ADD749
RGB
CMYK
RGB Variations
Color information
#ADD749 (or 0xADD749) is known color: Conifer. HEX triplet: AD, D7 and 49. RGB value is (173,215,73). Sum of RGB (Red+Green+Blue) = 173+215+73=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 215 (84.38% from 255 or 46.64% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD749 is #5228B6. Grayscale: #BABABA. Windows color (decimal): -5384375 or 4839341. OLE color: 4839341.
HSL color Cylindrical-coordinate representation of color #ADD749: hue angle of 77.75º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD749 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 73 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.16 |
| HSL | 77.75º | 0.64% | 0.56% | - |
| HSV(B) | 77.75º | 0.66% | 0.84% | - |
| XYZ | 42.74 | 57.97 | 15.24 | - |
| YUV | 186.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 73 | 0.20 | 0 | 0.66 | 0.16 | 77.75 | 0.64 | 0.56 |
| Hex | AD | D7 | 49 | 14 | 0 | 42 | 10 | 4E | 40 | 38 |
| Octal | 255 | 327 | 111 | 24 | 0 | 102 | 20 | 116 | 100 | 70 |
| Binary | 10101101 | 11010111 | 1001001 | 10100 | 0 | 1000010 | 10000 | 1001110 | 1000000 | 111000 |
Color Harmonies of #ADD749
Complementary color
Monochromatic Colors of #ADD749
Black with #ADD749
Text Example
Text Example
White with #ADD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD749; }
p { color: rgb(173,215,73); }
H1.HeaderClassName
{
color: #ADD749;
}
.AnyTagClassName
{
color: #ADD749;
}
</style>
background-color css
<style>
a { background-color: #ADD749; }
a { background-color: rgb(173,215,73); }
div.DivClassName
{
background-color: #ADD749;
}
.BgClassName
{
background-color: #ADD749;
}
</style>
border-color css
<style>
span { border-color: #ADD749; }
span { border-color: rgb(173,215,73); }
td.TdClassName
{
border-color: #ADD749;
}
.TagClassName
{
border-color: #ADD749;
}
</style>