Shades of Conifer #ADE75D
Tints of Conifer #ADE75D
RGB
CMYK
RGB Variations
Color information
#ADE75D (or 0xADE75D) is known color: Conifer. HEX triplet: AD, E7 and 5D. RGB value is (173,231,93). Sum of RGB (Red+Green+Blue) = 173+231+93=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE75D is #5218A2. Grayscale: #C6C6C6. Windows color (decimal): -5380259 or 6154157. OLE color: 6154157.
HSL color Cylindrical-coordinate representation of color #ADE75D: hue angle of 85.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE75D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 93 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.09 |
| HSL | 85.22º | 0.74% | 0.64% | - |
| HSV(B) | 85.22º | 0.6% | 0.91% | - |
| XYZ | 47.79 | 66.83 | 20.74 | - |
| YUV | 197.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 93 | 0.25 | 0 | 0.60 | 0.09 | 85.22 | 0.74 | 0.64 |
| Hex | AD | E7 | 5D | 19 | 0 | 3C | 9 | 55 | 4A | 40 |
| Octal | 255 | 347 | 135 | 31 | 0 | 74 | 11 | 125 | 112 | 100 |
| Binary | 10101101 | 11100111 | 1011101 | 11001 | 0 | 111100 | 1001 | 1010101 | 1001010 | 1000000 |
Color Harmonies of #ADE75D
Complementary color
Monochromatic Colors of #ADE75D
Black with #ADE75D
Text Example
Text Example
White with #ADE75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE75D; }
p { color: rgb(173,231,93); }
H1.HeaderClassName
{
color: #ADE75D;
}
.AnyTagClassName
{
color: #ADE75D;
}
</style>
background-color css
<style>
a { background-color: #ADE75D; }
a { background-color: rgb(173,231,93); }
div.DivClassName
{
background-color: #ADE75D;
}
.BgClassName
{
background-color: #ADE75D;
}
</style>
border-color css
<style>
span { border-color: #ADE75D; }
span { border-color: rgb(173,231,93); }
td.TdClassName
{
border-color: #ADE75D;
}
.TagClassName
{
border-color: #ADE75D;
}
</style>