Shades of Conifer #ADDE58
Tints of Conifer #ADDE58
RGB
CMYK
RGB Variations
Color information
#ADDE58 (or 0xADDE58) is known color: Conifer. HEX triplet: AD, DE and 58. RGB value is (173,222,88). Sum of RGB (Red+Green+Blue) = 173+222+88=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE58 is #5221A7. Grayscale: #C0C0C0. Windows color (decimal): -5382568 or 5824173. OLE color: 5824173.
HSL color Cylindrical-coordinate representation of color #ADDE58: hue angle of 81.94º degrees, saturation: 0.67, 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 #ADDE58 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 88 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.13 |
| HSL | 81.94º | 0.67% | 0.61% | - |
| HSV(B) | 81.94º | 0.6% | 0.87% | - |
| XYZ | 45.12 | 61.83 | 18.79 | - |
| YUV | 192.07 | 69.27 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 88 | 0.22 | 0 | 0.60 | 0.13 | 81.94 | 0.67 | 0.61 |
| Hex | AD | DE | 58 | 16 | 0 | 3C | D | 52 | 43 | 3D |
| Octal | 255 | 336 | 130 | 26 | 0 | 74 | 15 | 122 | 103 | 75 |
| Binary | 10101101 | 11011110 | 1011000 | 10110 | 0 | 111100 | 1101 | 1010010 | 1000011 | 111101 |
Color Harmonies of #ADDE58
Complementary color
Monochromatic Colors of #ADDE58
Black with #ADDE58
Text Example
Text Example
White with #ADDE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE58; }
p { color: rgb(173,222,88); }
H1.HeaderClassName
{
color: #ADDE58;
}
.AnyTagClassName
{
color: #ADDE58;
}
</style>
background-color css
<style>
a { background-color: #ADDE58; }
a { background-color: rgb(173,222,88); }
div.DivClassName
{
background-color: #ADDE58;
}
.BgClassName
{
background-color: #ADDE58;
}
</style>
border-color css
<style>
span { border-color: #ADDE58; }
span { border-color: rgb(173,222,88); }
td.TdClassName
{
border-color: #ADDE58;
}
.TagClassName
{
border-color: #ADDE58;
}
</style>