Shades of Conifer #ADDC55
Tints of Conifer #ADDC55
RGB
CMYK
RGB Variations
Color information
#ADDC55 (or 0xADDC55) is known color: Conifer. HEX triplet: AD, DC and 55. RGB value is (173,220,85). Sum of RGB (Red+Green+Blue) = 173+220+85=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC55 is #5223AA. Grayscale: #BFBFBF. Windows color (decimal): -5383083 or 5627053. OLE color: 5627053.
HSL color Cylindrical-coordinate representation of color #ADDC55: hue angle of 80.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADDC55 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 85 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.14 |
| HSL | 80.89º | 0.66% | 0.6% | - |
| HSV(B) | 80.89º | 0.61% | 0.86% | - |
| XYZ | 44.47 | 60.73 | 17.97 | - |
| YUV | 190.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 85 | 0.21 | 0 | 0.61 | 0.14 | 80.89 | 0.66 | 0.6 |
| Hex | AD | DC | 55 | 15 | 0 | 3D | E | 51 | 42 | 3C |
| Octal | 255 | 334 | 125 | 25 | 0 | 75 | 16 | 121 | 102 | 74 |
| Binary | 10101101 | 11011100 | 1010101 | 10101 | 0 | 111101 | 1110 | 1010001 | 1000010 | 111100 |
Color Harmonies of #ADDC55
Complementary color
Monochromatic Colors of #ADDC55
Black with #ADDC55
Text Example
Text Example
White with #ADDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC55; }
p { color: rgb(173,220,85); }
H1.HeaderClassName
{
color: #ADDC55;
}
.AnyTagClassName
{
color: #ADDC55;
}
</style>
background-color css
<style>
a { background-color: #ADDC55; }
a { background-color: rgb(173,220,85); }
div.DivClassName
{
background-color: #ADDC55;
}
.BgClassName
{
background-color: #ADDC55;
}
</style>
border-color css
<style>
span { border-color: #ADDC55; }
span { border-color: rgb(173,220,85); }
td.TdClassName
{
border-color: #ADDC55;
}
.TagClassName
{
border-color: #ADDC55;
}
</style>