Shades of Conifer #ADD457
Tints of Conifer #ADD457
RGB
CMYK
RGB Variations
Color information
#ADD457 (or 0xADD457) is known color: Conifer. HEX triplet: AD, D4 and 57. RGB value is (173,212,87). Sum of RGB (Red+Green+Blue) = 173+212+87=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 87 (34.38% from 255 or 18.43% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD457 is #522BA8. Grayscale: #BABABA. Windows color (decimal): -5385129 or 5756077. OLE color: 5756077.
HSL color Cylindrical-coordinate representation of color #ADD457: hue angle of 78.72º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADD457 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 87 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.17 |
| HSL | 78.72º | 0.59% | 0.59% | - |
| HSV(B) | 78.72º | 0.59% | 0.83% | - |
| XYZ | 42.5 | 56.66 | 17.71 | - |
| YUV | 186.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 87 | 0.18 | 0 | 0.59 | 0.17 | 78.72 | 0.59 | 0.59 |
| Hex | AD | D4 | 57 | 12 | 0 | 3B | 11 | 4F | 3B | 3B |
| Octal | 255 | 324 | 127 | 22 | 0 | 73 | 21 | 117 | 73 | 73 |
| Binary | 10101101 | 11010100 | 1010111 | 10010 | 0 | 111011 | 10001 | 1001111 | 111011 | 111011 |
Color Harmonies of #ADD457
Complementary color
Monochromatic Colors of #ADD457
Black with #ADD457
Text Example
Text Example
White with #ADD457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD457; }
p { color: rgb(173,212,87); }
H1.HeaderClassName
{
color: #ADD457;
}
.AnyTagClassName
{
color: #ADD457;
}
</style>
background-color css
<style>
a { background-color: #ADD457; }
a { background-color: rgb(173,212,87); }
div.DivClassName
{
background-color: #ADD457;
}
.BgClassName
{
background-color: #ADD457;
}
</style>
border-color css
<style>
span { border-color: #ADD457; }
span { border-color: rgb(173,212,87); }
td.TdClassName
{
border-color: #ADD457;
}
.TagClassName
{
border-color: #ADD457;
}
</style>