Shades of Conifer #ADDF68
Tints of Conifer #ADDF68
RGB
CMYK
RGB Variations
Color information
#ADDF68 (or 0xADDF68) is known color: Conifer. HEX triplet: AD, DF and 68. RGB value is (173,223,104). Sum of RGB (Red+Green+Blue) = 173+223+104=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF68 is #522097. Grayscale: #C2C2C2. Windows color (decimal): -5382296 or 6873005. OLE color: 6873005.
HSL color Cylindrical-coordinate representation of color #ADDF68: hue angle of 85.21º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADDF68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 104 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.13 |
| HSL | 85.21º | 0.65% | 0.64% | - |
| HSV(B) | 85.21º | 0.53% | 0.87% | - |
| XYZ | 46.12 | 62.66 | 22.76 | - |
| YUV | 194.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 104 | 0.22 | 0 | 0.53 | 0.13 | 85.21 | 0.65 | 0.64 |
| Hex | AD | DF | 68 | 16 | 0 | 35 | D | 55 | 41 | 40 |
| Octal | 255 | 337 | 150 | 26 | 0 | 65 | 15 | 125 | 101 | 100 |
| Binary | 10101101 | 11011111 | 1101000 | 10110 | 0 | 110101 | 1101 | 1010101 | 1000001 | 1000000 |
Color Harmonies of #ADDF68
Complementary color
Monochromatic Colors of #ADDF68
Black with #ADDF68
Text Example
Text Example
White with #ADDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF68; }
p { color: rgb(173,223,104); }
H1.HeaderClassName
{
color: #ADDF68;
}
.AnyTagClassName
{
color: #ADDF68;
}
</style>
background-color css
<style>
a { background-color: #ADDF68; }
a { background-color: rgb(173,223,104); }
div.DivClassName
{
background-color: #ADDF68;
}
.BgClassName
{
background-color: #ADDF68;
}
</style>
border-color css
<style>
span { border-color: #ADDF68; }
span { border-color: rgb(173,223,104); }
td.TdClassName
{
border-color: #ADDF68;
}
.TagClassName
{
border-color: #ADDF68;
}
</style>