Shades of Conifer #ADDA50
Tints of Conifer #ADDA50
RGB
CMYK
RGB Variations
Color information
#ADDA50 (or 0xADDA50) is known color: Conifer. HEX triplet: AD, DA and 50. RGB value is (173,218,80). Sum of RGB (Red+Green+Blue) = 173+218+80=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA50 is #5225AF. Grayscale: #BDBDBD. Windows color (decimal): -5383600 or 5298861. OLE color: 5298861.
HSL color Cylindrical-coordinate representation of color #ADDA50: hue angle of 79.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADDA50 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 80 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.15 |
| HSL | 79.57º | 0.65% | 0.58% | - |
| HSV(B) | 79.57º | 0.63% | 0.85% | - |
| XYZ | 43.75 | 59.61 | 16.79 | - |
| YUV | 188.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 80 | 0.21 | 0 | 0.63 | 0.15 | 79.57 | 0.65 | 0.58 |
| Hex | AD | DA | 50 | 15 | 0 | 3F | F | 50 | 41 | 3A |
| Octal | 255 | 332 | 120 | 25 | 0 | 77 | 17 | 120 | 101 | 72 |
| Binary | 10101101 | 11011010 | 1010000 | 10101 | 0 | 111111 | 1111 | 1010000 | 1000001 | 111010 |
Color Harmonies of #ADDA50
Complementary color
Monochromatic Colors of #ADDA50
Black with #ADDA50
Text Example
Text Example
White with #ADDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA50; }
p { color: rgb(173,218,80); }
H1.HeaderClassName
{
color: #ADDA50;
}
.AnyTagClassName
{
color: #ADDA50;
}
</style>
background-color css
<style>
a { background-color: #ADDA50; }
a { background-color: rgb(173,218,80); }
div.DivClassName
{
background-color: #ADDA50;
}
.BgClassName
{
background-color: #ADDA50;
}
</style>
border-color css
<style>
span { border-color: #ADDA50; }
span { border-color: rgb(173,218,80); }
td.TdClassName
{
border-color: #ADDA50;
}
.TagClassName
{
border-color: #ADDA50;
}
</style>