Shades of Conifer #ADD64F
Tints of Conifer #ADD64F
RGB
CMYK
RGB Variations
Color information
#ADD64F (or 0xADD64F) is known color: Conifer. HEX triplet: AD, D6 and 4F. RGB value is (173,214,79). Sum of RGB (Red+Green+Blue) = 173+214+79=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD64F is #5229B0. Grayscale: #BABABA. Windows color (decimal): -5384625 or 5232301. OLE color: 5232301.
HSL color Cylindrical-coordinate representation of color #ADD64F: hue angle of 78.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADD64F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 79 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.16 |
| HSL | 78.22º | 0.62% | 0.57% | - |
| HSV(B) | 78.22º | 0.63% | 0.84% | - |
| XYZ | 42.69 | 57.54 | 16.25 | - |
| YUV | 186.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 79 | 0.19 | 0 | 0.63 | 0.16 | 78.22 | 0.62 | 0.57 |
| Hex | AD | D6 | 4F | 13 | 0 | 3F | 10 | 4E | 3E | 39 |
| Octal | 255 | 326 | 117 | 23 | 0 | 77 | 20 | 116 | 76 | 71 |
| Binary | 10101101 | 11010110 | 1001111 | 10011 | 0 | 111111 | 10000 | 1001110 | 111110 | 111001 |
Color Harmonies of #ADD64F
Complementary color
Monochromatic Colors of #ADD64F
Black with #ADD64F
Text Example
Text Example
White with #ADD64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD64F; }
p { color: rgb(173,214,79); }
H1.HeaderClassName
{
color: #ADD64F;
}
.AnyTagClassName
{
color: #ADD64F;
}
</style>
background-color css
<style>
a { background-color: #ADD64F; }
a { background-color: rgb(173,214,79); }
div.DivClassName
{
background-color: #ADD64F;
}
.BgClassName
{
background-color: #ADD64F;
}
</style>
border-color css
<style>
span { border-color: #ADD64F; }
span { border-color: rgb(173,214,79); }
td.TdClassName
{
border-color: #ADD64F;
}
.TagClassName
{
border-color: #ADD64F;
}
</style>