Shades of Conifer #ADDD58
Tints of Conifer #ADDD58
RGB
CMYK
RGB Variations
Color information
#ADDD58 (or 0xADDD58) is known color: Conifer. HEX triplet: AD, DD and 58. RGB value is (173,221,88). Sum of RGB (Red+Green+Blue) = 173+221+88=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD58 is #5222A7. Grayscale: #BFBFBF. Windows color (decimal): -5382824 or 5823917. OLE color: 5823917.
HSL color Cylindrical-coordinate representation of color #ADDD58: hue angle of 81.65º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADDD58 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 88 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.13 |
| HSL | 81.65º | 0.66% | 0.61% | - |
| HSV(B) | 81.65º | 0.6% | 0.87% | - |
| XYZ | 44.85 | 61.3 | 18.7 | - |
| YUV | 191.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 88 | 0.22 | 0 | 0.60 | 0.13 | 81.65 | 0.66 | 0.61 |
| Hex | AD | DD | 58 | 16 | 0 | 3C | D | 52 | 42 | 3D |
| Octal | 255 | 335 | 130 | 26 | 0 | 74 | 15 | 122 | 102 | 75 |
| Binary | 10101101 | 11011101 | 1011000 | 10110 | 0 | 111100 | 1101 | 1010010 | 1000010 | 111101 |
Color Harmonies of #ADDD58
Complementary color
Monochromatic Colors of #ADDD58
Black with #ADDD58
Text Example
Text Example
White with #ADDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD58; }
p { color: rgb(173,221,88); }
H1.HeaderClassName
{
color: #ADDD58;
}
.AnyTagClassName
{
color: #ADDD58;
}
</style>
background-color css
<style>
a { background-color: #ADDD58; }
a { background-color: rgb(173,221,88); }
div.DivClassName
{
background-color: #ADDD58;
}
.BgClassName
{
background-color: #ADDD58;
}
</style>
border-color css
<style>
span { border-color: #ADDD58; }
span { border-color: rgb(173,221,88); }
td.TdClassName
{
border-color: #ADDD58;
}
.TagClassName
{
border-color: #ADDD58;
}
</style>