Shades of Conifer #ADD650
Tints of Conifer #ADD650
RGB
CMYK
RGB Variations
Color information
#ADD650 (or 0xADD650) is known color: Conifer. HEX triplet: AD, D6 and 50. RGB value is (173,214,80). Sum of RGB (Red+Green+Blue) = 173+214+80=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD650 is #5229AF. Grayscale: #BABABA. Windows color (decimal): -5384624 or 5297837. OLE color: 5297837.
HSL color Cylindrical-coordinate representation of color #ADD650: hue angle of 78.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADD650 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 80 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.16 |
| HSL | 78.36º | 0.62% | 0.58% | - |
| HSV(B) | 78.36º | 0.63% | 0.84% | - |
| XYZ | 42.73 | 57.56 | 16.45 | - |
| YUV | 186.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 80 | 0.19 | 0 | 0.63 | 0.16 | 78.36 | 0.62 | 0.58 |
| Hex | AD | D6 | 50 | 13 | 0 | 3F | 10 | 4E | 3E | 3A |
| Octal | 255 | 326 | 120 | 23 | 0 | 77 | 20 | 116 | 76 | 72 |
| Binary | 10101101 | 11010110 | 1010000 | 10011 | 0 | 111111 | 10000 | 1001110 | 111110 | 111010 |
Color Harmonies of #ADD650
Complementary color
Monochromatic Colors of #ADD650
Black with #ADD650
Text Example
Text Example
White with #ADD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD650; }
p { color: rgb(173,214,80); }
H1.HeaderClassName
{
color: #ADD650;
}
.AnyTagClassName
{
color: #ADD650;
}
</style>
background-color css
<style>
a { background-color: #ADD650; }
a { background-color: rgb(173,214,80); }
div.DivClassName
{
background-color: #ADD650;
}
.BgClassName
{
background-color: #ADD650;
}
</style>
border-color css
<style>
span { border-color: #ADD650; }
span { border-color: rgb(173,214,80); }
td.TdClassName
{
border-color: #ADD650;
}
.TagClassName
{
border-color: #ADD650;
}
</style>