Shades of Conifer #ADF65F
Tints of Conifer #ADF65F
RGB
CMYK
RGB Variations
Color information
#ADF65F (or 0xADF65F) is known color: Conifer. HEX triplet: AD, F6 and 5F. RGB value is (173,246,95). Sum of RGB (Red+Green+Blue) = 173+246+95=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF65F is #5209A0. Grayscale: #CFCFCF. Windows color (decimal): -5376417 or 6289069. OLE color: 6289069.
HSL color Cylindrical-coordinate representation of color #ADF65F: hue angle of 89.01º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADF65F is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 95 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.04 |
| HSL | 89.01º | 0.89% | 0.67% | - |
| HSV(B) | 89.01º | 0.61% | 0.96% | - |
| XYZ | 52.25 | 75.62 | 22.67 | - |
| YUV | 206.96 | 64.82 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 95 | 0.30 | 0 | 0.61 | 0.04 | 89.01 | 0.89 | 0.67 |
| Hex | AD | F6 | 5F | 1E | 0 | 3D | 4 | 59 | 59 | 43 |
| Octal | 255 | 366 | 137 | 36 | 0 | 75 | 4 | 131 | 131 | 103 |
| Binary | 10101101 | 11110110 | 1011111 | 11110 | 0 | 111101 | 100 | 1011001 | 1011001 | 1000011 |
Color Harmonies of #ADF65F
Complementary color
Monochromatic Colors of #ADF65F
Black with #ADF65F
Text Example
Text Example
White with #ADF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF65F; }
p { color: rgb(173,246,95); }
H1.HeaderClassName
{
color: #ADF65F;
}
.AnyTagClassName
{
color: #ADF65F;
}
</style>
background-color css
<style>
a { background-color: #ADF65F; }
a { background-color: rgb(173,246,95); }
div.DivClassName
{
background-color: #ADF65F;
}
.BgClassName
{
background-color: #ADF65F;
}
</style>
border-color css
<style>
span { border-color: #ADF65F; }
span { border-color: rgb(173,246,95); }
td.TdClassName
{
border-color: #ADF65F;
}
.TagClassName
{
border-color: #ADF65F;
}
</style>