Shades of Conifer #ADFC65
Tints of Conifer #ADFC65
RGB
CMYK
RGB Variations
Color information
#ADFC65 (or 0xADFC65) is known color: Conifer. HEX triplet: AD, FC and 65. RGB value is (173,252,101). Sum of RGB (Red+Green+Blue) = 173+252+101=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC65 is #52039A. Grayscale: #D3D3D3. Windows color (decimal): -5374875 or 6683821. OLE color: 6683821.
HSL color Cylindrical-coordinate representation of color #ADFC65: hue angle of 91.39º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADFC65 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 101 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.01 |
| HSL | 91.39º | 0.96% | 0.69% | - |
| HSV(B) | 91.39º | 0.6% | 0.99% | - |
| XYZ | 54.39 | 79.44 | 24.78 | - |
| YUV | 211.17 | 65.83 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 101 | 0.31 | 0 | 0.60 | 0.01 | 91.39 | 0.96 | 0.69 |
| Hex | AD | FC | 65 | 1F | 0 | 3C | 1 | 5B | 60 | 45 |
| Octal | 255 | 374 | 145 | 37 | 0 | 74 | 1 | 133 | 140 | 105 |
| Binary | 10101101 | 11111100 | 1100101 | 11111 | 0 | 111100 | 1 | 1011011 | 1100000 | 1000101 |
Color Harmonies of #ADFC65
Complementary color
Monochromatic Colors of #ADFC65
Black with #ADFC65
Text Example
Text Example
White with #ADFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC65; }
p { color: rgb(173,252,101); }
H1.HeaderClassName
{
color: #ADFC65;
}
.AnyTagClassName
{
color: #ADFC65;
}
</style>
background-color css
<style>
a { background-color: #ADFC65; }
a { background-color: rgb(173,252,101); }
div.DivClassName
{
background-color: #ADFC65;
}
.BgClassName
{
background-color: #ADFC65;
}
</style>
border-color css
<style>
span { border-color: #ADFC65; }
span { border-color: rgb(173,252,101); }
td.TdClassName
{
border-color: #ADFC65;
}
.TagClassName
{
border-color: #ADFC65;
}
</style>