Shades of Conifer #ADF057
Tints of Conifer #ADF057
RGB
CMYK
RGB Variations
Color information
#ADF057 (or 0xADF057) is known color: Conifer. HEX triplet: AD, F0 and 57. RGB value is (173,240,87). Sum of RGB (Red+Green+Blue) = 173+240+87=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF057 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF057 is #520FA8. Grayscale: #CBCBCB. Windows color (decimal): -5377961 or 5763245. OLE color: 5763245.
HSL color Cylindrical-coordinate representation of color #ADF057: hue angle of 86.27º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADF057 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 87 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.06 |
| HSL | 86.27º | 0.84% | 0.64% | - |
| HSV(B) | 86.27º | 0.64% | 0.94% | - |
| XYZ | 50.11 | 71.89 | 20.25 | - |
| YUV | 202.53 | 62.8 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 87 | 0.28 | 0 | 0.64 | 0.06 | 86.27 | 0.84 | 0.64 |
| Hex | AD | F0 | 57 | 1C | 0 | 40 | 6 | 56 | 54 | 40 |
| Octal | 255 | 360 | 127 | 34 | 0 | 100 | 6 | 126 | 124 | 100 |
| Binary | 10101101 | 11110000 | 1010111 | 11100 | 0 | 1000000 | 110 | 1010110 | 1010100 | 1000000 |
Color Harmonies of #ADF057
Complementary color
Monochromatic Colors of #ADF057
Black with #ADF057
Text Example
Text Example
White with #ADF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF057; }
p { color: rgb(173,240,87); }
H1.HeaderClassName
{
color: #ADF057;
}
.AnyTagClassName
{
color: #ADF057;
}
</style>
background-color css
<style>
a { background-color: #ADF057; }
a { background-color: rgb(173,240,87); }
div.DivClassName
{
background-color: #ADF057;
}
.BgClassName
{
background-color: #ADF057;
}
</style>
border-color css
<style>
span { border-color: #ADF057; }
span { border-color: rgb(173,240,87); }
td.TdClassName
{
border-color: #ADF057;
}
.TagClassName
{
border-color: #ADF057;
}
</style>