Shades of Conifer #ADFF61
Tints of Conifer #ADFF61
RGB
CMYK
RGB Variations
Color information
#ADFF61 (or 0xADFF61) is known color: Conifer. HEX triplet: AD, FF and 61. RGB value is (173,255,97). Sum of RGB (Red+Green+Blue) = 173+255+97=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF61 is #52009E. Grayscale: #D5D5D5. Windows color (decimal): -5374111 or 6422445. OLE color: 6422445.
HSL color Cylindrical-coordinate representation of color #ADFF61: hue angle of 91.14º 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 #ADFF61 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 97 | - |
| CMYK | 0.32 | 0 | 0.62 | 0 |
| HSL | 91.14º | 1% | 0.69% | - |
| HSV(B) | 91.14º | 0.62% | 1% | - |
| XYZ | 55.15 | 81.27 | 24.09 | - |
| YUV | 212.47 | 62.83 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 97 | 0.32 | 0 | 0.62 | 0 | 91.14 | 1 | 0.69 |
| Hex | AD | FF | 61 | 20 | 0 | 3E | 0 | 5B | 64 | 45 |
| Octal | 255 | 377 | 141 | 40 | 0 | 76 | 0 | 133 | 144 | 105 |
| Binary | 10101101 | 11111111 | 1100001 | 100000 | 0 | 111110 | 0 | 1011011 | 1100100 | 1000101 |
Color Harmonies of #ADFF61
Complementary color
Monochromatic Colors of #ADFF61
Black with #ADFF61
Text Example
Text Example
White with #ADFF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF61; }
p { color: rgb(173,255,97); }
H1.HeaderClassName
{
color: #ADFF61;
}
.AnyTagClassName
{
color: #ADFF61;
}
</style>
background-color css
<style>
a { background-color: #ADFF61; }
a { background-color: rgb(173,255,97); }
div.DivClassName
{
background-color: #ADFF61;
}
.BgClassName
{
background-color: #ADFF61;
}
</style>
border-color css
<style>
span { border-color: #ADFF61; }
span { border-color: rgb(173,255,97); }
td.TdClassName
{
border-color: #ADFF61;
}
.TagClassName
{
border-color: #ADFF61;
}
</style>