Shades of Conifer #ADDD43
Tints of Conifer #ADDD43
RGB
CMYK
RGB Variations
Color information
#ADDD43 (or 0xADDD43) is known color: Conifer. HEX triplet: AD, DD and 43. RGB value is (173,221,67). Sum of RGB (Red+Green+Blue) = 173+221+67=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD43 is #5222BC. Grayscale: #BDBDBD. Windows color (decimal): -5382845 or 4447661. OLE color: 4447661.
HSL color Cylindrical-coordinate representation of color #ADDD43: hue angle of 78.7º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADDD43 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 67 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.13 |
| HSL | 78.7º | 0.69% | 0.56% | - |
| HSV(B) | 78.7º | 0.7% | 0.87% | - |
| XYZ | 44.1 | 61 | 14.76 | - |
| YUV | 189.09 | 59.1 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 67 | 0.22 | 0 | 0.70 | 0.13 | 78.7 | 0.69 | 0.56 |
| Hex | AD | DD | 43 | 16 | 0 | 46 | D | 4F | 45 | 38 |
| Octal | 255 | 335 | 103 | 26 | 0 | 106 | 15 | 117 | 105 | 70 |
| Binary | 10101101 | 11011101 | 1000011 | 10110 | 0 | 1000110 | 1101 | 1001111 | 1000101 | 111000 |
Color Harmonies of #ADDD43
Complementary color
Monochromatic Colors of #ADDD43
Black with #ADDD43
Text Example
Text Example
White with #ADDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD43; }
p { color: rgb(173,221,67); }
H1.HeaderClassName
{
color: #ADDD43;
}
.AnyTagClassName
{
color: #ADDD43;
}
</style>
background-color css
<style>
a { background-color: #ADDD43; }
a { background-color: rgb(173,221,67); }
div.DivClassName
{
background-color: #ADDD43;
}
.BgClassName
{
background-color: #ADDD43;
}
</style>
border-color css
<style>
span { border-color: #ADDD43; }
span { border-color: rgb(173,221,67); }
td.TdClassName
{
border-color: #ADDD43;
}
.TagClassName
{
border-color: #ADDD43;
}
</style>