Shades of Conifer #ADEF65
Tints of Conifer #ADEF65
RGB
CMYK
RGB Variations
Color information
#ADEF65 (or 0xADEF65) is known color: Conifer. HEX triplet: AD, EF and 65. RGB value is (173,239,101). Sum of RGB (Red+Green+Blue) = 173+239+101=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 101 (39.84% from 255 or 19.69% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF65 is #52109A. Grayscale: #CCCCCC. Windows color (decimal): -5378203 or 6680493. OLE color: 6680493.
HSL color Cylindrical-coordinate representation of color #ADEF65: hue angle of 88.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADEF65 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 101 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.06 |
| HSL | 88.7º | 0.81% | 0.67% | - |
| HSV(B) | 88.7º | 0.58% | 0.94% | - |
| XYZ | 50.45 | 71.56 | 23.46 | - |
| YUV | 203.53 | 70.13 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 101 | 0.28 | 0 | 0.58 | 0.06 | 88.7 | 0.81 | 0.67 |
| Hex | AD | EF | 65 | 1C | 0 | 3A | 6 | 59 | 51 | 43 |
| Octal | 255 | 357 | 145 | 34 | 0 | 72 | 6 | 131 | 121 | 103 |
| Binary | 10101101 | 11101111 | 1100101 | 11100 | 0 | 111010 | 110 | 1011001 | 1010001 | 1000011 |
Color Harmonies of #ADEF65
Complementary color
Monochromatic Colors of #ADEF65
Black with #ADEF65
Text Example
Text Example
White with #ADEF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF65; }
p { color: rgb(173,239,101); }
H1.HeaderClassName
{
color: #ADEF65;
}
.AnyTagClassName
{
color: #ADEF65;
}
</style>
background-color css
<style>
a { background-color: #ADEF65; }
a { background-color: rgb(173,239,101); }
div.DivClassName
{
background-color: #ADEF65;
}
.BgClassName
{
background-color: #ADEF65;
}
</style>
border-color css
<style>
span { border-color: #ADEF65; }
span { border-color: rgb(173,239,101); }
td.TdClassName
{
border-color: #ADEF65;
}
.TagClassName
{
border-color: #ADEF65;
}
</style>