Shades of Conifer #ADE53B
Tints of Conifer #ADE53B
RGB
CMYK
RGB Variations
Color information
#ADE53B (or 0xADE53B) is known color: Conifer. HEX triplet: AD, E5 and 3B. RGB value is (173,229,59). Sum of RGB (Red+Green+Blue) = 173+229+59=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE53B is #521AC4. Grayscale: #C1C1C1. Windows color (decimal): -5380805 or 3925421. OLE color: 3925421.
HSL color Cylindrical-coordinate representation of color #ADE53B: hue angle of 79.76º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADE53B is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 59 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.10 |
| HSL | 79.76º | 0.77% | 0.56% | - |
| HSV(B) | 79.76º | 0.74% | 0.9% | - |
| XYZ | 46.04 | 65.24 | 14.3 | - |
| YUV | 192.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 59 | 0.24 | 0 | 0.74 | 0.10 | 79.76 | 0.77 | 0.56 |
| Hex | AD | E5 | 3B | 18 | 0 | 4A | A | 50 | 4D | 38 |
| Octal | 255 | 345 | 73 | 30 | 0 | 112 | 12 | 120 | 115 | 70 |
| Binary | 10101101 | 11100101 | 111011 | 11000 | 0 | 1001010 | 1010 | 1010000 | 1001101 | 111000 |
Color Harmonies of #ADE53B
Complementary color
Monochromatic Colors of #ADE53B
Black with #ADE53B
Text Example
Text Example
White with #ADE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE53B; }
p { color: rgb(173,229,59); }
H1.HeaderClassName
{
color: #ADE53B;
}
.AnyTagClassName
{
color: #ADE53B;
}
</style>
background-color css
<style>
a { background-color: #ADE53B; }
a { background-color: rgb(173,229,59); }
div.DivClassName
{
background-color: #ADE53B;
}
.BgClassName
{
background-color: #ADE53B;
}
</style>
border-color css
<style>
span { border-color: #ADE53B; }
span { border-color: rgb(173,229,59); }
td.TdClassName
{
border-color: #ADE53B;
}
.TagClassName
{
border-color: #ADE53B;
}
</style>