Shades of Conifer #ADFF62
Tints of Conifer #ADFF62
RGB
CMYK
RGB Variations
Color information
#ADFF62 (or 0xADFF62) is known color: Conifer. HEX triplet: AD, FF and 62. RGB value is (173,255,98). Sum of RGB (Red+Green+Blue) = 173+255+98=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF62 is #52009D. Grayscale: #D5D5D5. Windows color (decimal): -5374110 or 6487981. OLE color: 6487981.
HSL color Cylindrical-coordinate representation of color #ADFF62: hue angle of 91.34º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADFF62 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 98 | - |
| CMYK | 0.32 | 0 | 0.62 | 0 |
| HSL | 91.34º | 1% | 0.69% | - |
| HSV(B) | 91.34º | 0.62% | 1% | - |
| XYZ | 55.2 | 81.29 | 24.34 | - |
| YUV | 212.58 | 63.33 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 98 | 0.32 | 0 | 0.62 | 0 | 91.34 | 1 | 0.69 |
| Hex | AD | FF | 62 | 20 | 0 | 3E | 0 | 5B | 64 | 45 |
| Octal | 255 | 377 | 142 | 40 | 0 | 76 | 0 | 133 | 144 | 105 |
| Binary | 10101101 | 11111111 | 1100010 | 100000 | 0 | 111110 | 0 | 1011011 | 1100100 | 1000101 |
Color Harmonies of #ADFF62
Complementary color
Monochromatic Colors of #ADFF62
Black with #ADFF62
Text Example
Text Example
White with #ADFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF62; }
p { color: rgb(173,255,98); }
H1.HeaderClassName
{
color: #ADFF62;
}
.AnyTagClassName
{
color: #ADFF62;
}
</style>
background-color css
<style>
a { background-color: #ADFF62; }
a { background-color: rgb(173,255,98); }
div.DivClassName
{
background-color: #ADFF62;
}
.BgClassName
{
background-color: #ADFF62;
}
</style>
border-color css
<style>
span { border-color: #ADFF62; }
span { border-color: rgb(173,255,98); }
td.TdClassName
{
border-color: #ADFF62;
}
.TagClassName
{
border-color: #ADFF62;
}
</style>