Shades of Conifer #ADF257
Tints of Conifer #ADF257
RGB
CMYK
RGB Variations
Color information
#ADF257 (or 0xADF257) is known color: Conifer. HEX triplet: AD, F2 and 57. RGB value is (173,242,87). Sum of RGB (Red+Green+Blue) = 173+242+87=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF257 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF257 is #520DA8. Grayscale: #CCCCCC. Windows color (decimal): -5377449 or 5763757. OLE color: 5763757.
HSL color Cylindrical-coordinate representation of color #ADF257: hue angle of 86.71º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADF257 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 87 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.05 |
| HSL | 86.71º | 0.86% | 0.65% | - |
| HSV(B) | 86.71º | 0.64% | 0.95% | - |
| XYZ | 50.71 | 73.08 | 20.45 | - |
| YUV | 203.7 | 62.14 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 87 | 0.29 | 0 | 0.64 | 0.05 | 86.71 | 0.86 | 0.65 |
| Hex | AD | F2 | 57 | 1D | 0 | 40 | 5 | 57 | 56 | 41 |
| Octal | 255 | 362 | 127 | 35 | 0 | 100 | 5 | 127 | 126 | 101 |
| Binary | 10101101 | 11110010 | 1010111 | 11101 | 0 | 1000000 | 101 | 1010111 | 1010110 | 1000001 |
Color Harmonies of #ADF257
Complementary color
Monochromatic Colors of #ADF257
Black with #ADF257
Text Example
Text Example
White with #ADF257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF257; }
p { color: rgb(173,242,87); }
H1.HeaderClassName
{
color: #ADF257;
}
.AnyTagClassName
{
color: #ADF257;
}
</style>
background-color css
<style>
a { background-color: #ADF257; }
a { background-color: rgb(173,242,87); }
div.DivClassName
{
background-color: #ADF257;
}
.BgClassName
{
background-color: #ADF257;
}
</style>
border-color css
<style>
span { border-color: #ADF257; }
span { border-color: rgb(173,242,87); }
td.TdClassName
{
border-color: #ADF257;
}
.TagClassName
{
border-color: #ADF257;
}
</style>