Shades of Conifer #ADDF65
Tints of Conifer #ADDF65
RGB
CMYK
RGB Variations
Color information
#ADDF65 (or 0xADDF65) is known color: Conifer. HEX triplet: AD, DF and 65. RGB value is (173,223,101). Sum of RGB (Red+Green+Blue) = 173+223+101=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF65 is #52209A. Grayscale: #C2C2C2. Windows color (decimal): -5382299 or 6676397. OLE color: 6676397.
HSL color Cylindrical-coordinate representation of color #ADDF65: hue angle of 84.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADDF65 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 101 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.13 |
| HSL | 84.59º | 0.66% | 0.64% | - |
| HSV(B) | 84.59º | 0.55% | 0.87% | - |
| XYZ | 45.97 | 62.6 | 21.97 | - |
| YUV | 194.14 | 75.44 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 101 | 0.22 | 0 | 0.55 | 0.13 | 84.59 | 0.66 | 0.64 |
| Hex | AD | DF | 65 | 16 | 0 | 37 | D | 55 | 42 | 40 |
| Octal | 255 | 337 | 145 | 26 | 0 | 67 | 15 | 125 | 102 | 100 |
| Binary | 10101101 | 11011111 | 1100101 | 10110 | 0 | 110111 | 1101 | 1010101 | 1000010 | 1000000 |
Color Harmonies of #ADDF65
Complementary color
Monochromatic Colors of #ADDF65
Black with #ADDF65
Text Example
Text Example
White with #ADDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF65; }
p { color: rgb(173,223,101); }
H1.HeaderClassName
{
color: #ADDF65;
}
.AnyTagClassName
{
color: #ADDF65;
}
</style>
background-color css
<style>
a { background-color: #ADDF65; }
a { background-color: rgb(173,223,101); }
div.DivClassName
{
background-color: #ADDF65;
}
.BgClassName
{
background-color: #ADDF65;
}
</style>
border-color css
<style>
span { border-color: #ADDF65; }
span { border-color: rgb(173,223,101); }
td.TdClassName
{
border-color: #ADDF65;
}
.TagClassName
{
border-color: #ADDF65;
}
</style>