Shades of Conifer #ADE33D
Tints of Conifer #ADE33D
RGB
CMYK
RGB Variations
Color information
#ADE33D (or 0xADE33D) is known color: Conifer. HEX triplet: AD, E3 and 3D. RGB value is (173,227,61). Sum of RGB (Red+Green+Blue) = 173+227+61=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 61 (24.22% from 255 or 13.23% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE33D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE33D is #521CC2. Grayscale: #C0C0C0. Windows color (decimal): -5381315 or 4055981. OLE color: 4055981.
HSL color Cylindrical-coordinate representation of color #ADE33D: hue angle of 79.52º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADE33D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 61 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.11 |
| HSL | 79.52º | 0.75% | 0.56% | - |
| HSV(B) | 79.52º | 0.73% | 0.89% | - |
| XYZ | 45.54 | 64.16 | 14.4 | - |
| YUV | 191.93 | 54.11 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 61 | 0.24 | 0 | 0.73 | 0.11 | 79.52 | 0.75 | 0.56 |
| Hex | AD | E3 | 3D | 18 | 0 | 49 | B | 50 | 4B | 38 |
| Octal | 255 | 343 | 75 | 30 | 0 | 111 | 13 | 120 | 113 | 70 |
| Binary | 10101101 | 11100011 | 111101 | 11000 | 0 | 1001001 | 1011 | 1010000 | 1001011 | 111000 |
Color Harmonies of #ADE33D
Complementary color
Monochromatic Colors of #ADE33D
Black with #ADE33D
Text Example
Text Example
White with #ADE33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE33D; }
p { color: rgb(173,227,61); }
H1.HeaderClassName
{
color: #ADE33D;
}
.AnyTagClassName
{
color: #ADE33D;
}
</style>
background-color css
<style>
a { background-color: #ADE33D; }
a { background-color: rgb(173,227,61); }
div.DivClassName
{
background-color: #ADE33D;
}
.BgClassName
{
background-color: #ADE33D;
}
</style>
border-color css
<style>
span { border-color: #ADE33D; }
span { border-color: rgb(173,227,61); }
td.TdClassName
{
border-color: #ADE33D;
}
.TagClassName
{
border-color: #ADE33D;
}
</style>