Shades of Conifer #ADDE51
Tints of Conifer #ADDE51
RGB
CMYK
RGB Variations
Color information
#ADDE51 (or 0xADDE51) is known color: Conifer. HEX triplet: AD, DE and 51. RGB value is (173,222,81). Sum of RGB (Red+Green+Blue) = 173+222+81=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 81 (32.03% from 255 or 17.02% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE51 is #5221AE. Grayscale: #BFBFBF. Windows color (decimal): -5382575 or 5365421. OLE color: 5365421.
HSL color Cylindrical-coordinate representation of color #ADDE51: hue angle of 80.85º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADDE51 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 81 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.13 |
| HSL | 80.85º | 0.68% | 0.59% | - |
| HSV(B) | 80.85º | 0.64% | 0.87% | - |
| XYZ | 44.84 | 61.72 | 17.33 | - |
| YUV | 191.28 | 65.77 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 81 | 0.22 | 0 | 0.64 | 0.13 | 80.85 | 0.68 | 0.59 |
| Hex | AD | DE | 51 | 16 | 0 | 40 | D | 51 | 44 | 3B |
| Octal | 255 | 336 | 121 | 26 | 0 | 100 | 15 | 121 | 104 | 73 |
| Binary | 10101101 | 11011110 | 1010001 | 10110 | 0 | 1000000 | 1101 | 1010001 | 1000100 | 111011 |
Color Harmonies of #ADDE51
Complementary color
Monochromatic Colors of #ADDE51
Black with #ADDE51
Text Example
Text Example
White with #ADDE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE51; }
p { color: rgb(173,222,81); }
H1.HeaderClassName
{
color: #ADDE51;
}
.AnyTagClassName
{
color: #ADDE51;
}
</style>
background-color css
<style>
a { background-color: #ADDE51; }
a { background-color: rgb(173,222,81); }
div.DivClassName
{
background-color: #ADDE51;
}
.BgClassName
{
background-color: #ADDE51;
}
</style>
border-color css
<style>
span { border-color: #ADDE51; }
span { border-color: rgb(173,222,81); }
td.TdClassName
{
border-color: #ADDE51;
}
.TagClassName
{
border-color: #ADDE51;
}
</style>