Shades of Conifer #ADDD52
Tints of Conifer #ADDD52
RGB
CMYK
RGB Variations
Color information
#ADDD52 (or 0xADDD52) is known color: Conifer. HEX triplet: AD, DD and 52. RGB value is (173,221,82). Sum of RGB (Red+Green+Blue) = 173+221+82=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD52 is #5222AD. Grayscale: #BFBFBF. Windows color (decimal): -5382830 or 5430701. OLE color: 5430701.
HSL color Cylindrical-coordinate representation of color #ADDD52: hue angle of 80.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADDD52 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 82 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.13 |
| HSL | 80.72º | 0.67% | 0.59% | - |
| HSV(B) | 80.72º | 0.63% | 0.87% | - |
| XYZ | 44.61 | 61.21 | 17.45 | - |
| YUV | 190.8 | 66.6 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 82 | 0.22 | 0 | 0.63 | 0.13 | 80.72 | 0.67 | 0.59 |
| Hex | AD | DD | 52 | 16 | 0 | 3F | D | 51 | 43 | 3B |
| Octal | 255 | 335 | 122 | 26 | 0 | 77 | 15 | 121 | 103 | 73 |
| Binary | 10101101 | 11011101 | 1010010 | 10110 | 0 | 111111 | 1101 | 1010001 | 1000011 | 111011 |
Color Harmonies of #ADDD52
Complementary color
Monochromatic Colors of #ADDD52
Black with #ADDD52
Text Example
Text Example
White with #ADDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD52; }
p { color: rgb(173,221,82); }
H1.HeaderClassName
{
color: #ADDD52;
}
.AnyTagClassName
{
color: #ADDD52;
}
</style>
background-color css
<style>
a { background-color: #ADDD52; }
a { background-color: rgb(173,221,82); }
div.DivClassName
{
background-color: #ADDD52;
}
.BgClassName
{
background-color: #ADDD52;
}
</style>
border-color css
<style>
span { border-color: #ADDD52; }
span { border-color: rgb(173,221,82); }
td.TdClassName
{
border-color: #ADDD52;
}
.TagClassName
{
border-color: #ADDD52;
}
</style>