Shades of Conifer #ADDD50
Tints of Conifer #ADDD50
RGB
CMYK
RGB Variations
Color information
#ADDD50 (or 0xADDD50) is known color: Conifer. HEX triplet: AD, DD and 50. RGB value is (173,221,80). Sum of RGB (Red+Green+Blue) = 173+221+80=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD50 is #5222AF. Grayscale: #BFBFBF. Windows color (decimal): -5382832 or 5299629. OLE color: 5299629.
HSL color Cylindrical-coordinate representation of color #ADDD50: hue angle of 80.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADDD50 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 80 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.13 |
| HSL | 80.43º | 0.67% | 0.59% | - |
| HSV(B) | 80.43º | 0.64% | 0.87% | - |
| XYZ | 44.54 | 61.18 | 17.05 | - |
| YUV | 190.57 | 65.6 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 80 | 0.22 | 0 | 0.64 | 0.13 | 80.43 | 0.67 | 0.59 |
| Hex | AD | DD | 50 | 16 | 0 | 40 | D | 50 | 43 | 3B |
| Octal | 255 | 335 | 120 | 26 | 0 | 100 | 15 | 120 | 103 | 73 |
| Binary | 10101101 | 11011101 | 1010000 | 10110 | 0 | 1000000 | 1101 | 1010000 | 1000011 | 111011 |
Color Harmonies of #ADDD50
Complementary color
Monochromatic Colors of #ADDD50
Black with #ADDD50
Text Example
Text Example
White with #ADDD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD50; }
p { color: rgb(173,221,80); }
H1.HeaderClassName
{
color: #ADDD50;
}
.AnyTagClassName
{
color: #ADDD50;
}
</style>
background-color css
<style>
a { background-color: #ADDD50; }
a { background-color: rgb(173,221,80); }
div.DivClassName
{
background-color: #ADDD50;
}
.BgClassName
{
background-color: #ADDD50;
}
</style>
border-color css
<style>
span { border-color: #ADDD50; }
span { border-color: rgb(173,221,80); }
td.TdClassName
{
border-color: #ADDD50;
}
.TagClassName
{
border-color: #ADDD50;
}
</style>