Shades of Conifer #ADD761
Tints of Conifer #ADD761
RGB
CMYK
RGB Variations
Color information
#ADD761 (or 0xADD761) is known color: Conifer. HEX triplet: AD, D7 and 61. RGB value is (173,215,97). Sum of RGB (Red+Green+Blue) = 173+215+97=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD761 is #52289E. Grayscale: #BDBDBD. Windows color (decimal): -5384351 or 6412205. OLE color: 6412205.
HSL color Cylindrical-coordinate representation of color #ADD761: hue angle of 81.36º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADD761 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 97 | - |
| CMYK | 0.20 | 0 | 0.55 | 0.16 |
| HSL | 81.36º | 0.6% | 0.61% | - |
| HSV(B) | 81.36º | 0.55% | 0.84% | - |
| XYZ | 43.69 | 58.35 | 20.27 | - |
| YUV | 188.99 | 76.09 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 97 | 0.20 | 0 | 0.55 | 0.16 | 81.36 | 0.6 | 0.61 |
| Hex | AD | D7 | 61 | 14 | 0 | 37 | 10 | 51 | 3C | 3D |
| Octal | 255 | 327 | 141 | 24 | 0 | 67 | 20 | 121 | 74 | 75 |
| Binary | 10101101 | 11010111 | 1100001 | 10100 | 0 | 110111 | 10000 | 1010001 | 111100 | 111101 |
Color Harmonies of #ADD761
Complementary color
Monochromatic Colors of #ADD761
Black with #ADD761
Text Example
Text Example
White with #ADD761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD761; }
p { color: rgb(173,215,97); }
H1.HeaderClassName
{
color: #ADD761;
}
.AnyTagClassName
{
color: #ADD761;
}
</style>
background-color css
<style>
a { background-color: #ADD761; }
a { background-color: rgb(173,215,97); }
div.DivClassName
{
background-color: #ADD761;
}
.BgClassName
{
background-color: #ADD761;
}
</style>
border-color css
<style>
span { border-color: #ADD761; }
span { border-color: rgb(173,215,97); }
td.TdClassName
{
border-color: #ADD761;
}
.TagClassName
{
border-color: #ADD761;
}
</style>