Shades of Conifer #ADF851
Tints of Conifer #ADF851
RGB
CMYK
RGB Variations
Color information
#ADF851 (or 0xADF851) is known color: Conifer. HEX triplet: AD, F8 and 51. RGB value is (173,248,81). Sum of RGB (Red+Green+Blue) = 173+248+81=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF851 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF851 is #5207AE. Grayscale: #CFCFCF. Windows color (decimal): -5375919 or 5372077. OLE color: 5372077.
HSL color Cylindrical-coordinate representation of color #ADF851: hue angle of 86.95º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADF851 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 81 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.03 |
| HSL | 86.95º | 0.92% | 0.65% | - |
| HSV(B) | 86.95º | 0.67% | 0.97% | - |
| XYZ | 52.29 | 76.61 | 19.82 | - |
| YUV | 206.54 | 57.15 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 81 | 0.30 | 0 | 0.67 | 0.03 | 86.95 | 0.92 | 0.65 |
| Hex | AD | F8 | 51 | 1E | 0 | 43 | 3 | 57 | 5C | 41 |
| Octal | 255 | 370 | 121 | 36 | 0 | 103 | 3 | 127 | 134 | 101 |
| Binary | 10101101 | 11111000 | 1010001 | 11110 | 0 | 1000011 | 11 | 1010111 | 1011100 | 1000001 |
Color Harmonies of #ADF851
Complementary color
Monochromatic Colors of #ADF851
Black with #ADF851
Text Example
Text Example
White with #ADF851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF851; }
p { color: rgb(173,248,81); }
H1.HeaderClassName
{
color: #ADF851;
}
.AnyTagClassName
{
color: #ADF851;
}
</style>
background-color css
<style>
a { background-color: #ADF851; }
a { background-color: rgb(173,248,81); }
div.DivClassName
{
background-color: #ADF851;
}
.BgClassName
{
background-color: #ADF851;
}
</style>
border-color css
<style>
span { border-color: #ADF851; }
span { border-color: rgb(173,248,81); }
td.TdClassName
{
border-color: #ADF851;
}
.TagClassName
{
border-color: #ADF851;
}
</style>