Shades of Conifer #ADDD53
Tints of Conifer #ADDD53
RGB
CMYK
RGB Variations
Color information
#ADDD53 (or 0xADDD53) is known color: Conifer. HEX triplet: AD, DD and 53. RGB value is (173,221,83). Sum of RGB (Red+Green+Blue) = 173+221+83=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD53 is #5222AC. Grayscale: #BFBFBF. Windows color (decimal): -5382829 or 5496237. OLE color: 5496237.
HSL color Cylindrical-coordinate representation of color #ADDD53: hue angle of 80.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDD53 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 83 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.13 |
| HSL | 80.87º | 0.67% | 0.6% | - |
| HSV(B) | 80.87º | 0.62% | 0.87% | - |
| XYZ | 44.65 | 61.22 | 17.65 | - |
| YUV | 190.92 | 67.1 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 83 | 0.22 | 0 | 0.62 | 0.13 | 80.87 | 0.67 | 0.6 |
| Hex | AD | DD | 53 | 16 | 0 | 3E | D | 51 | 43 | 3C |
| Octal | 255 | 335 | 123 | 26 | 0 | 76 | 15 | 121 | 103 | 74 |
| Binary | 10101101 | 11011101 | 1010011 | 10110 | 0 | 111110 | 1101 | 1010001 | 1000011 | 111100 |
Color Harmonies of #ADDD53
Complementary color
Monochromatic Colors of #ADDD53
Black with #ADDD53
Text Example
Text Example
White with #ADDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD53; }
p { color: rgb(173,221,83); }
H1.HeaderClassName
{
color: #ADDD53;
}
.AnyTagClassName
{
color: #ADDD53;
}
</style>
background-color css
<style>
a { background-color: #ADDD53; }
a { background-color: rgb(173,221,83); }
div.DivClassName
{
background-color: #ADDD53;
}
.BgClassName
{
background-color: #ADDD53;
}
</style>
border-color css
<style>
span { border-color: #ADDD53; }
span { border-color: rgb(173,221,83); }
td.TdClassName
{
border-color: #ADDD53;
}
.TagClassName
{
border-color: #ADDD53;
}
</style>