Shades of Conifer #ADEB50
Tints of Conifer #ADEB50
RGB
CMYK
RGB Variations
Color information
#ADEB50 (or 0xADEB50) is known color: Conifer. HEX triplet: AD, EB and 50. RGB value is (173,235,80). Sum of RGB (Red+Green+Blue) = 173+235+80=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB50 is #5214AF. Grayscale: #C7C7C7. Windows color (decimal): -5379248 or 5303213. OLE color: 5303213.
HSL color Cylindrical-coordinate representation of color #ADEB50: hue angle of 84º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADEB50 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 80 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.08 |
| HSL | 84º | 0.79% | 0.62% | - |
| HSV(B) | 84º | 0.66% | 0.92% | - |
| XYZ | 48.39 | 68.88 | 18.33 | - |
| YUV | 198.79 | 60.96 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 80 | 0.26 | 0 | 0.66 | 0.08 | 84 | 0.79 | 0.62 |
| Hex | AD | EB | 50 | 1A | 0 | 42 | 8 | 54 | 4F | 3E |
| Octal | 255 | 353 | 120 | 32 | 0 | 102 | 10 | 124 | 117 | 76 |
| Binary | 10101101 | 11101011 | 1010000 | 11010 | 0 | 1000010 | 1000 | 1010100 | 1001111 | 111110 |
Color Harmonies of #ADEB50
Complementary color
Monochromatic Colors of #ADEB50
Black with #ADEB50
Text Example
Text Example
White with #ADEB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB50; }
p { color: rgb(173,235,80); }
H1.HeaderClassName
{
color: #ADEB50;
}
.AnyTagClassName
{
color: #ADEB50;
}
</style>
background-color css
<style>
a { background-color: #ADEB50; }
a { background-color: rgb(173,235,80); }
div.DivClassName
{
background-color: #ADEB50;
}
.BgClassName
{
background-color: #ADEB50;
}
</style>
border-color css
<style>
span { border-color: #ADEB50; }
span { border-color: rgb(173,235,80); }
td.TdClassName
{
border-color: #ADEB50;
}
.TagClassName
{
border-color: #ADEB50;
}
</style>