Shades of Conifer #ADD84B
Tints of Conifer #ADD84B
RGB
CMYK
RGB Variations
Color information
#ADD84B (or 0xADD84B) is known color: Conifer. HEX triplet: AD, D8 and 4B. RGB value is (173,216,75). Sum of RGB (Red+Green+Blue) = 173+216+75=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD84B is #5227B4. Grayscale: #BBBBBB. Windows color (decimal): -5384117 or 4970669. OLE color: 4970669.
HSL color Cylindrical-coordinate representation of color #ADD84B: hue angle of 78.3º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD84B is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 75 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.15 |
| HSL | 78.3º | 0.64% | 0.57% | - |
| HSV(B) | 78.3º | 0.65% | 0.85% | - |
| XYZ | 43.06 | 58.5 | 15.68 | - |
| YUV | 187.07 | 64.75 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 75 | 0.20 | 0 | 0.65 | 0.15 | 78.3 | 0.64 | 0.57 |
| Hex | AD | D8 | 4B | 14 | 0 | 41 | F | 4E | 40 | 39 |
| Octal | 255 | 330 | 113 | 24 | 0 | 101 | 17 | 116 | 100 | 71 |
| Binary | 10101101 | 11011000 | 1001011 | 10100 | 0 | 1000001 | 1111 | 1001110 | 1000000 | 111001 |
Color Harmonies of #ADD84B
Complementary color
Monochromatic Colors of #ADD84B
Black with #ADD84B
Text Example
Text Example
White with #ADD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD84B; }
p { color: rgb(173,216,75); }
H1.HeaderClassName
{
color: #ADD84B;
}
.AnyTagClassName
{
color: #ADD84B;
}
</style>
background-color css
<style>
a { background-color: #ADD84B; }
a { background-color: rgb(173,216,75); }
div.DivClassName
{
background-color: #ADD84B;
}
.BgClassName
{
background-color: #ADD84B;
}
</style>
border-color css
<style>
span { border-color: #ADD84B; }
span { border-color: rgb(173,216,75); }
td.TdClassName
{
border-color: #ADD84B;
}
.TagClassName
{
border-color: #ADD84B;
}
</style>