Shades of Conifer #ADDD3D
Tints of Conifer #ADDD3D
RGB
CMYK
RGB Variations
Color information
#ADDD3D (or 0xADDD3D) is known color: Conifer. HEX triplet: AD, DD and 3D. RGB value is (173,221,61). Sum of RGB (Red+Green+Blue) = 173+221+61=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD3D is #5222C2. Grayscale: #BDBDBD. Windows color (decimal): -5382851 or 4054445. OLE color: 4054445.
HSL color Cylindrical-coordinate representation of color #ADDD3D: hue angle of 78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADDD3D is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 61 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.13 |
| HSL | 78º | 0.7% | 0.55% | - |
| HSV(B) | 78º | 0.72% | 0.87% | - |
| XYZ | 43.93 | 60.93 | 13.86 | - |
| YUV | 188.41 | 56.1 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 61 | 0.22 | 0 | 0.72 | 0.13 | 78 | 0.7 | 0.55 |
| Hex | AD | DD | 3D | 16 | 0 | 48 | D | 4E | 46 | 37 |
| Octal | 255 | 335 | 75 | 26 | 0 | 110 | 15 | 116 | 106 | 67 |
| Binary | 10101101 | 11011101 | 111101 | 10110 | 0 | 1001000 | 1101 | 1001110 | 1000110 | 110111 |
Color Harmonies of #ADDD3D
Complementary color
Monochromatic Colors of #ADDD3D
Black with #ADDD3D
Text Example
Text Example
White with #ADDD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD3D; }
p { color: rgb(173,221,61); }
H1.HeaderClassName
{
color: #ADDD3D;
}
.AnyTagClassName
{
color: #ADDD3D;
}
</style>
background-color css
<style>
a { background-color: #ADDD3D; }
a { background-color: rgb(173,221,61); }
div.DivClassName
{
background-color: #ADDD3D;
}
.BgClassName
{
background-color: #ADDD3D;
}
</style>
border-color css
<style>
span { border-color: #ADDD3D; }
span { border-color: rgb(173,221,61); }
td.TdClassName
{
border-color: #ADDD3D;
}
.TagClassName
{
border-color: #ADDD3D;
}
</style>