Shades of Conifer #ADD765
Tints of Conifer #ADD765
RGB
CMYK
RGB Variations
Color information
#ADD765 (or 0xADD765) is known color: Conifer. HEX triplet: AD, D7 and 65. RGB value is (173,215,101). Sum of RGB (Red+Green+Blue) = 173+215+101=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD765 is #52289A. Grayscale: #BDBDBD. Windows color (decimal): -5384347 or 6674349. OLE color: 6674349.
HSL color Cylindrical-coordinate representation of color #ADD765: hue angle of 82.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADD765 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 101 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.16 |
| HSL | 82.11º | 0.59% | 0.62% | - |
| HSV(B) | 82.11º | 0.53% | 0.84% | - |
| XYZ | 43.88 | 58.42 | 21.28 | - |
| YUV | 189.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 101 | 0.20 | 0 | 0.53 | 0.16 | 82.11 | 0.59 | 0.62 |
| Hex | AD | D7 | 65 | 14 | 0 | 35 | 10 | 52 | 3B | 3E |
| Octal | 255 | 327 | 145 | 24 | 0 | 65 | 20 | 122 | 73 | 76 |
| Binary | 10101101 | 11010111 | 1100101 | 10100 | 0 | 110101 | 10000 | 1010010 | 111011 | 111110 |
Color Harmonies of #ADD765
Complementary color
Monochromatic Colors of #ADD765
Black with #ADD765
Text Example
Text Example
White with #ADD765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD765; }
p { color: rgb(173,215,101); }
H1.HeaderClassName
{
color: #ADD765;
}
.AnyTagClassName
{
color: #ADD765;
}
</style>
background-color css
<style>
a { background-color: #ADD765; }
a { background-color: rgb(173,215,101); }
div.DivClassName
{
background-color: #ADD765;
}
.BgClassName
{
background-color: #ADD765;
}
</style>
border-color css
<style>
span { border-color: #ADD765; }
span { border-color: rgb(173,215,101); }
td.TdClassName
{
border-color: #ADD765;
}
.TagClassName
{
border-color: #ADD765;
}
</style>