Shades of Conifer #ADE74F
Tints of Conifer #ADE74F
RGB
CMYK
RGB Variations
Color information
#ADE74F (or 0xADE74F) is known color: Conifer. HEX triplet: AD, E7 and 4F. RGB value is (173,231,79). Sum of RGB (Red+Green+Blue) = 173+231+79=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE74F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE74F is #5218B0. Grayscale: #C4C4C4. Windows color (decimal): -5380273 or 5236653. OLE color: 5236653.
HSL color Cylindrical-coordinate representation of color #ADE74F: hue angle of 82.89º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADE74F is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 79 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.09 |
| HSL | 82.89º | 0.76% | 0.61% | - |
| HSV(B) | 82.89º | 0.66% | 0.91% | - |
| XYZ | 47.22 | 66.6 | 17.76 | - |
| YUV | 196.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 79 | 0.25 | 0 | 0.66 | 0.09 | 82.89 | 0.76 | 0.61 |
| Hex | AD | E7 | 4F | 19 | 0 | 42 | 9 | 53 | 4C | 3D |
| Octal | 255 | 347 | 117 | 31 | 0 | 102 | 11 | 123 | 114 | 75 |
| Binary | 10101101 | 11100111 | 1001111 | 11001 | 0 | 1000010 | 1001 | 1010011 | 1001100 | 111101 |
Color Harmonies of #ADE74F
Complementary color
Monochromatic Colors of #ADE74F
Black with #ADE74F
Text Example
Text Example
White with #ADE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE74F; }
p { color: rgb(173,231,79); }
H1.HeaderClassName
{
color: #ADE74F;
}
.AnyTagClassName
{
color: #ADE74F;
}
</style>
background-color css
<style>
a { background-color: #ADE74F; }
a { background-color: rgb(173,231,79); }
div.DivClassName
{
background-color: #ADE74F;
}
.BgClassName
{
background-color: #ADE74F;
}
</style>
border-color css
<style>
span { border-color: #ADE74F; }
span { border-color: rgb(173,231,79); }
td.TdClassName
{
border-color: #ADE74F;
}
.TagClassName
{
border-color: #ADE74F;
}
</style>