Shades of Conifer #ADDD54
Tints of Conifer #ADDD54
RGB
CMYK
RGB Variations
Color information
#ADDD54 (or 0xADDD54) is known color: Conifer. HEX triplet: AD, DD and 54. RGB value is (173,221,84). Sum of RGB (Red+Green+Blue) = 173+221+84=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 84 (33.20% from 255 or 17.57% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD54 is #5222AB. Grayscale: #BFBFBF. Windows color (decimal): -5382828 or 5561773. OLE color: 5561773.
HSL color Cylindrical-coordinate representation of color #ADDD54: hue angle of 81.02º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDD54 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 84 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.13 |
| HSL | 81.02º | 0.67% | 0.6% | - |
| HSV(B) | 81.02º | 0.62% | 0.87% | - |
| XYZ | 44.69 | 61.24 | 17.85 | - |
| YUV | 191.03 | 67.6 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 84 | 0.22 | 0 | 0.62 | 0.13 | 81.02 | 0.67 | 0.6 |
| Hex | AD | DD | 54 | 16 | 0 | 3E | D | 51 | 43 | 3C |
| Octal | 255 | 335 | 124 | 26 | 0 | 76 | 15 | 121 | 103 | 74 |
| Binary | 10101101 | 11011101 | 1010100 | 10110 | 0 | 111110 | 1101 | 1010001 | 1000011 | 111100 |
Color Harmonies of #ADDD54
Complementary color
Monochromatic Colors of #ADDD54
Black with #ADDD54
Text Example
Text Example
White with #ADDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD54; }
p { color: rgb(173,221,84); }
H1.HeaderClassName
{
color: #ADDD54;
}
.AnyTagClassName
{
color: #ADDD54;
}
</style>
background-color css
<style>
a { background-color: #ADDD54; }
a { background-color: rgb(173,221,84); }
div.DivClassName
{
background-color: #ADDD54;
}
.BgClassName
{
background-color: #ADDD54;
}
</style>
border-color css
<style>
span { border-color: #ADDD54; }
span { border-color: rgb(173,221,84); }
td.TdClassName
{
border-color: #ADDD54;
}
.TagClassName
{
border-color: #ADDD54;
}
</style>