Shades of Conifer #ADE73D
Tints of Conifer #ADE73D
RGB
CMYK
RGB Variations
Color information
#ADE73D (or 0xADE73D) is known color: Conifer. HEX triplet: AD, E7 and 3D. RGB value is (173,231,61). Sum of RGB (Red+Green+Blue) = 173+231+61=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE73D is #5218C2. Grayscale: #C2C2C2. Windows color (decimal): -5380291 or 4057005. OLE color: 4057005.
HSL color Cylindrical-coordinate representation of color #ADE73D: hue angle of 80.47º 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 #ADE73D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 61 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.09 |
| HSL | 80.47º | 0.78% | 0.57% | - |
| HSV(B) | 80.47º | 0.74% | 0.91% | - |
| XYZ | 46.65 | 66.37 | 14.77 | - |
| YUV | 194.28 | 52.78 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 61 | 0.25 | 0 | 0.74 | 0.09 | 80.47 | 0.78 | 0.57 |
| Hex | AD | E7 | 3D | 19 | 0 | 4A | 9 | 50 | 4E | 39 |
| Octal | 255 | 347 | 75 | 31 | 0 | 112 | 11 | 120 | 116 | 71 |
| Binary | 10101101 | 11100111 | 111101 | 11001 | 0 | 1001010 | 1001 | 1010000 | 1001110 | 111001 |
Color Harmonies of #ADE73D
Complementary color
Monochromatic Colors of #ADE73D
Black with #ADE73D
Text Example
Text Example
White with #ADE73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE73D; }
p { color: rgb(173,231,61); }
H1.HeaderClassName
{
color: #ADE73D;
}
.AnyTagClassName
{
color: #ADE73D;
}
</style>
background-color css
<style>
a { background-color: #ADE73D; }
a { background-color: rgb(173,231,61); }
div.DivClassName
{
background-color: #ADE73D;
}
.BgClassName
{
background-color: #ADE73D;
}
</style>
border-color css
<style>
span { border-color: #ADE73D; }
span { border-color: rgb(173,231,61); }
td.TdClassName
{
border-color: #ADE73D;
}
.TagClassName
{
border-color: #ADE73D;
}
</style>