Shades of Conifer #ADE73B
Tints of Conifer #ADE73B
RGB
CMYK
RGB Variations
Color information
#ADE73B (or 0xADE73B) is known color: Conifer. HEX triplet: AD, E7 and 3B. RGB value is (173,231,59). Sum of RGB (Red+Green+Blue) = 173+231+59=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 59 (23.44% from 255 or 12.74% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE73B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE73B is #5218C4. Grayscale: #C2C2C2. Windows color (decimal): -5380293 or 3925933. OLE color: 3925933.
HSL color Cylindrical-coordinate representation of color #ADE73B: hue angle of 80.23º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADE73B is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 59 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.09 |
| HSL | 80.23º | 0.78% | 0.57% | - |
| HSV(B) | 80.23º | 0.74% | 0.91% | - |
| XYZ | 46.6 | 66.35 | 14.49 | - |
| YUV | 194.05 | 51.78 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 59 | 0.25 | 0 | 0.74 | 0.09 | 80.23 | 0.78 | 0.57 |
| Hex | AD | E7 | 3B | 19 | 0 | 4A | 9 | 50 | 4E | 39 |
| Octal | 255 | 347 | 73 | 31 | 0 | 112 | 11 | 120 | 116 | 71 |
| Binary | 10101101 | 11100111 | 111011 | 11001 | 0 | 1001010 | 1001 | 1010000 | 1001110 | 111001 |
Color Harmonies of #ADE73B
Complementary color
Monochromatic Colors of #ADE73B
Black with #ADE73B
Text Example
Text Example
White with #ADE73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE73B; }
p { color: rgb(173,231,59); }
H1.HeaderClassName
{
color: #ADE73B;
}
.AnyTagClassName
{
color: #ADE73B;
}
</style>
background-color css
<style>
a { background-color: #ADE73B; }
a { background-color: rgb(173,231,59); }
div.DivClassName
{
background-color: #ADE73B;
}
.BgClassName
{
background-color: #ADE73B;
}
</style>
border-color css
<style>
span { border-color: #ADE73B; }
span { border-color: rgb(173,231,59); }
td.TdClassName
{
border-color: #ADE73B;
}
.TagClassName
{
border-color: #ADE73B;
}
</style>