Shades of Conifer #ADF75E
Tints of Conifer #ADF75E
RGB
CMYK
RGB Variations
Color information
#ADF75E (or 0xADF75E) is known color: Conifer. HEX triplet: AD, F7 and 5E. RGB value is (173,247,94). Sum of RGB (Red+Green+Blue) = 173+247+94=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF75E is #5208A1. Grayscale: #CFCFCF. Windows color (decimal): -5376162 or 6223789. OLE color: 6223789.
HSL color Cylindrical-coordinate representation of color #ADF75E: hue angle of 89.02º degrees, saturation: 0.91, 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 #ADF75E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 94 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.03 |
| HSL | 89.02º | 0.91% | 0.67% | - |
| HSV(B) | 89.02º | 0.62% | 0.97% | - |
| XYZ | 52.51 | 76.21 | 22.53 | - |
| YUV | 207.43 | 63.98 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 94 | 0.30 | 0 | 0.62 | 0.03 | 89.02 | 0.91 | 0.67 |
| Hex | AD | F7 | 5E | 1E | 0 | 3E | 3 | 59 | 5B | 43 |
| Octal | 255 | 367 | 136 | 36 | 0 | 76 | 3 | 131 | 133 | 103 |
| Binary | 10101101 | 11110111 | 1011110 | 11110 | 0 | 111110 | 11 | 1011001 | 1011011 | 1000011 |
Color Harmonies of #ADF75E
Complementary color
Monochromatic Colors of #ADF75E
Black with #ADF75E
Text Example
Text Example
White with #ADF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF75E; }
p { color: rgb(173,247,94); }
H1.HeaderClassName
{
color: #ADF75E;
}
.AnyTagClassName
{
color: #ADF75E;
}
</style>
background-color css
<style>
a { background-color: #ADF75E; }
a { background-color: rgb(173,247,94); }
div.DivClassName
{
background-color: #ADF75E;
}
.BgClassName
{
background-color: #ADF75E;
}
</style>
border-color css
<style>
span { border-color: #ADF75E; }
span { border-color: rgb(173,247,94); }
td.TdClassName
{
border-color: #ADF75E;
}
.TagClassName
{
border-color: #ADF75E;
}
</style>