Shades of Conifer #ADF752
Tints of Conifer #ADF752
RGB
CMYK
RGB Variations
Color information
#ADF752 (or 0xADF752) is known color: Conifer. HEX triplet: AD, F7 and 52. RGB value is (173,247,82). Sum of RGB (Red+Green+Blue) = 173+247+82=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 82 (32.42% from 255 or 16.33% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF752 is #5208AD. Grayscale: #CECECE. Windows color (decimal): -5376174 or 5437357. OLE color: 5437357.
HSL color Cylindrical-coordinate representation of color #ADF752: hue angle of 86.91º degrees, saturation: 0.91, 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 #ADF752 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 82 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.03 |
| HSL | 86.91º | 0.91% | 0.65% | - |
| HSV(B) | 86.91º | 0.67% | 0.97% | - |
| XYZ | 52.02 | 76.01 | 19.91 | - |
| YUV | 206.06 | 57.98 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 82 | 0.30 | 0 | 0.67 | 0.03 | 86.91 | 0.91 | 0.65 |
| Hex | AD | F7 | 52 | 1E | 0 | 43 | 3 | 57 | 5B | 41 |
| Octal | 255 | 367 | 122 | 36 | 0 | 103 | 3 | 127 | 133 | 101 |
| Binary | 10101101 | 11110111 | 1010010 | 11110 | 0 | 1000011 | 11 | 1010111 | 1011011 | 1000001 |
Color Harmonies of #ADF752
Complementary color
Monochromatic Colors of #ADF752
Black with #ADF752
Text Example
Text Example
White with #ADF752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF752; }
p { color: rgb(173,247,82); }
H1.HeaderClassName
{
color: #ADF752;
}
.AnyTagClassName
{
color: #ADF752;
}
</style>
background-color css
<style>
a { background-color: #ADF752; }
a { background-color: rgb(173,247,82); }
div.DivClassName
{
background-color: #ADF752;
}
.BgClassName
{
background-color: #ADF752;
}
</style>
border-color css
<style>
span { border-color: #ADF752; }
span { border-color: rgb(173,247,82); }
td.TdClassName
{
border-color: #ADF752;
}
.TagClassName
{
border-color: #ADF752;
}
</style>