Shades of Conifer #ADD75D
Tints of Conifer #ADD75D
RGB
CMYK
RGB Variations
Color information
#ADD75D (or 0xADD75D) is known color: Conifer. HEX triplet: AD, D7 and 5D. RGB value is (173,215,93). Sum of RGB (Red+Green+Blue) = 173+215+93=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD75D is #5228A2. Grayscale: #BCBCBC. Windows color (decimal): -5384355 or 6150061. OLE color: 6150061.
HSL color Cylindrical-coordinate representation of color #ADD75D: hue angle of 80.66º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADD75D is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 93 | - |
| CMYK | 0.20 | 0 | 0.57 | 0.16 |
| HSL | 80.66º | 0.6% | 0.6% | - |
| HSV(B) | 80.66º | 0.57% | 0.84% | - |
| XYZ | 43.51 | 58.28 | 19.31 | - |
| YUV | 188.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 93 | 0.20 | 0 | 0.57 | 0.16 | 80.66 | 0.6 | 0.6 |
| Hex | AD | D7 | 5D | 14 | 0 | 39 | 10 | 51 | 3C | 3C |
| Octal | 255 | 327 | 135 | 24 | 0 | 71 | 20 | 121 | 74 | 74 |
| Binary | 10101101 | 11010111 | 1011101 | 10100 | 0 | 111001 | 10000 | 1010001 | 111100 | 111100 |
Color Harmonies of #ADD75D
Complementary color
Monochromatic Colors of #ADD75D
Black with #ADD75D
Text Example
Text Example
White with #ADD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD75D; }
p { color: rgb(173,215,93); }
H1.HeaderClassName
{
color: #ADD75D;
}
.AnyTagClassName
{
color: #ADD75D;
}
</style>
background-color css
<style>
a { background-color: #ADD75D; }
a { background-color: rgb(173,215,93); }
div.DivClassName
{
background-color: #ADD75D;
}
.BgClassName
{
background-color: #ADD75D;
}
</style>
border-color css
<style>
span { border-color: #ADD75D; }
span { border-color: rgb(173,215,93); }
td.TdClassName
{
border-color: #ADD75D;
}
.TagClassName
{
border-color: #ADD75D;
}
</style>