Shades of Conifer #ADF250
Tints of Conifer #ADF250
RGB
CMYK
RGB Variations
Color information
#ADF250 (or 0xADF250) is known color: Conifer. HEX triplet: AD, F2 and 50. RGB value is (173,242,80). Sum of RGB (Red+Green+Blue) = 173+242+80=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF250 is #520DAF. Grayscale: #CBCBCB. Windows color (decimal): -5377456 or 5305005. OLE color: 5305005.
HSL color Cylindrical-coordinate representation of color #ADF250: hue angle of 85.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADF250 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 80 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.05 |
| HSL | 85.56º | 0.86% | 0.63% | - |
| HSV(B) | 85.56º | 0.67% | 0.95% | - |
| XYZ | 50.43 | 72.97 | 19.02 | - |
| YUV | 202.9 | 58.64 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 80 | 0.29 | 0 | 0.67 | 0.05 | 85.56 | 0.86 | 0.63 |
| Hex | AD | F2 | 50 | 1D | 0 | 43 | 5 | 56 | 56 | 3F |
| Octal | 255 | 362 | 120 | 35 | 0 | 103 | 5 | 126 | 126 | 77 |
| Binary | 10101101 | 11110010 | 1010000 | 11101 | 0 | 1000011 | 101 | 1010110 | 1010110 | 111111 |
Color Harmonies of #ADF250
Complementary color
Monochromatic Colors of #ADF250
Black with #ADF250
Text Example
Text Example
White with #ADF250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF250; }
p { color: rgb(173,242,80); }
H1.HeaderClassName
{
color: #ADF250;
}
.AnyTagClassName
{
color: #ADF250;
}
</style>
background-color css
<style>
a { background-color: #ADF250; }
a { background-color: rgb(173,242,80); }
div.DivClassName
{
background-color: #ADF250;
}
.BgClassName
{
background-color: #ADF250;
}
</style>
border-color css
<style>
span { border-color: #ADF250; }
span { border-color: rgb(173,242,80); }
td.TdClassName
{
border-color: #ADF250;
}
.TagClassName
{
border-color: #ADF250;
}
</style>