Shades of Conifer #ADDE52
Tints of Conifer #ADDE52
RGB
CMYK
RGB Variations
Color information
#ADDE52 (or 0xADDE52) is known color: Conifer. HEX triplet: AD, DE and 52. RGB value is (173,222,82). Sum of RGB (Red+Green+Blue) = 173+222+82=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE52 is #5221AD. Grayscale: #BFBFBF. Windows color (decimal): -5382574 or 5430957. OLE color: 5430957.
HSL color Cylindrical-coordinate representation of color #ADDE52: hue angle of 81º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADDE52 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 82 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.13 |
| HSL | 81º | 0.68% | 0.6% | - |
| HSV(B) | 81º | 0.63% | 0.87% | - |
| XYZ | 44.88 | 61.74 | 17.53 | - |
| YUV | 191.39 | 66.27 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 82 | 0.22 | 0 | 0.63 | 0.13 | 81 | 0.68 | 0.6 |
| Hex | AD | DE | 52 | 16 | 0 | 3F | D | 51 | 44 | 3C |
| Octal | 255 | 336 | 122 | 26 | 0 | 77 | 15 | 121 | 104 | 74 |
| Binary | 10101101 | 11011110 | 1010010 | 10110 | 0 | 111111 | 1101 | 1010001 | 1000100 | 111100 |
Color Harmonies of #ADDE52
Complementary color
Monochromatic Colors of #ADDE52
Black with #ADDE52
Text Example
Text Example
White with #ADDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE52; }
p { color: rgb(173,222,82); }
H1.HeaderClassName
{
color: #ADDE52;
}
.AnyTagClassName
{
color: #ADDE52;
}
</style>
background-color css
<style>
a { background-color: #ADDE52; }
a { background-color: rgb(173,222,82); }
div.DivClassName
{
background-color: #ADDE52;
}
.BgClassName
{
background-color: #ADDE52;
}
</style>
border-color css
<style>
span { border-color: #ADDE52; }
span { border-color: rgb(173,222,82); }
td.TdClassName
{
border-color: #ADDE52;
}
.TagClassName
{
border-color: #ADDE52;
}
</style>