Shades of Conifer #ADF565
Tints of Conifer #ADF565
RGB
CMYK
RGB Variations
Color information
#ADF565 (or 0xADF565) is known color: Conifer. HEX triplet: AD, F5 and 65. RGB value is (173,245,101). Sum of RGB (Red+Green+Blue) = 173+245+101=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF565 is #520A9A. Grayscale: #CFCFCF. Windows color (decimal): -5376667 or 6682029. OLE color: 6682029.
HSL color Cylindrical-coordinate representation of color #ADF565: hue angle of 90º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADF565 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 101 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.04 |
| HSL | 90º | 0.88% | 0.68% | - |
| HSV(B) | 90º | 0.59% | 0.96% | - |
| XYZ | 52.23 | 75.13 | 24.06 | - |
| YUV | 207.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 101 | 0.29 | 0 | 0.59 | 0.04 | 90 | 0.88 | 0.68 |
| Hex | AD | F5 | 65 | 1D | 0 | 3B | 4 | 5A | 58 | 44 |
| Octal | 255 | 365 | 145 | 35 | 0 | 73 | 4 | 132 | 130 | 104 |
| Binary | 10101101 | 11110101 | 1100101 | 11101 | 0 | 111011 | 100 | 1011010 | 1011000 | 1000100 |
Color Harmonies of #ADF565
Complementary color
Monochromatic Colors of #ADF565
Black with #ADF565
Text Example
Text Example
White with #ADF565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF565; }
p { color: rgb(173,245,101); }
H1.HeaderClassName
{
color: #ADF565;
}
.AnyTagClassName
{
color: #ADF565;
}
</style>
background-color css
<style>
a { background-color: #ADF565; }
a { background-color: rgb(173,245,101); }
div.DivClassName
{
background-color: #ADF565;
}
.BgClassName
{
background-color: #ADF565;
}
</style>
border-color css
<style>
span { border-color: #ADF565; }
span { border-color: rgb(173,245,101); }
td.TdClassName
{
border-color: #ADF565;
}
.TagClassName
{
border-color: #ADF565;
}
</style>