Shades of Conifer #ADF85D
Tints of Conifer #ADF85D
RGB
CMYK
RGB Variations
Color information
#ADF85D (or 0xADF85D) is known color: Conifer. HEX triplet: AD, F8 and 5D. RGB value is (173,248,93). Sum of RGB (Red+Green+Blue) = 173+248+93=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF85D is #5207A2. Grayscale: #D0D0D0. Windows color (decimal): -5375907 or 6158509. OLE color: 6158509.
HSL color Cylindrical-coordinate representation of color #ADF85D: hue angle of 89.03º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADF85D is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 248 | 93 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.03 |
| HSL | 89.03º | 0.92% | 0.67% | - |
| HSV(B) | 89.03º | 0.63% | 0.97% | - |
| XYZ | 52.78 | 76.81 | 22.4 | - |
| YUV | 207.91 | 63.15 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 248 | 93 | 0.30 | 0 | 0.62 | 0.03 | 89.03 | 0.92 | 0.67 |
| Hex | AD | F8 | 5D | 1E | 0 | 3E | 3 | 59 | 5C | 43 |
| Octal | 255 | 370 | 135 | 36 | 0 | 76 | 3 | 131 | 134 | 103 |
| Binary | 10101101 | 11111000 | 1011101 | 11110 | 0 | 111110 | 11 | 1011001 | 1011100 | 1000011 |
Color Harmonies of #ADF85D
Complementary color
Monochromatic Colors of #ADF85D
Black with #ADF85D
Text Example
Text Example
White with #ADF85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF85D; }
p { color: rgb(173,248,93); }
H1.HeaderClassName
{
color: #ADF85D;
}
.AnyTagClassName
{
color: #ADF85D;
}
</style>
background-color css
<style>
a { background-color: #ADF85D; }
a { background-color: rgb(173,248,93); }
div.DivClassName
{
background-color: #ADF85D;
}
.BgClassName
{
background-color: #ADF85D;
}
</style>
border-color css
<style>
span { border-color: #ADF85D; }
span { border-color: rgb(173,248,93); }
td.TdClassName
{
border-color: #ADF85D;
}
.TagClassName
{
border-color: #ADF85D;
}
</style>