Shades of Conifer #ADFD64
Tints of Conifer #ADFD64
RGB
CMYK
RGB Variations
Color information
#ADFD64 (or 0xADFD64) is known color: Conifer. HEX triplet: AD, FD and 64. RGB value is (173,253,100). Sum of RGB (Red+Green+Blue) = 173+253+100=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD64 is #52029B. Grayscale: #D4D4D4. Windows color (decimal): -5374620 or 6618541. OLE color: 6618541.
HSL color Cylindrical-coordinate representation of color #ADFD64: hue angle of 91.37º degrees, saturation: 0.97, 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 #ADFD64 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 100 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.01 |
| HSL | 91.37º | 0.97% | 0.69% | - |
| HSV(B) | 91.37º | 0.6% | 0.99% | - |
| XYZ | 54.66 | 80.05 | 24.63 | - |
| YUV | 211.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 100 | 0.32 | 0 | 0.60 | 0.01 | 91.37 | 0.97 | 0.69 |
| Hex | AD | FD | 64 | 20 | 0 | 3C | 1 | 5B | 61 | 45 |
| Octal | 255 | 375 | 144 | 40 | 0 | 74 | 1 | 133 | 141 | 105 |
| Binary | 10101101 | 11111101 | 1100100 | 100000 | 0 | 111100 | 1 | 1011011 | 1100001 | 1000101 |
Color Harmonies of #ADFD64
Complementary color
Monochromatic Colors of #ADFD64
Black with #ADFD64
Text Example
Text Example
White with #ADFD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD64; }
p { color: rgb(173,253,100); }
H1.HeaderClassName
{
color: #ADFD64;
}
.AnyTagClassName
{
color: #ADFD64;
}
</style>
background-color css
<style>
a { background-color: #ADFD64; }
a { background-color: rgb(173,253,100); }
div.DivClassName
{
background-color: #ADFD64;
}
.BgClassName
{
background-color: #ADFD64;
}
</style>
border-color css
<style>
span { border-color: #ADFD64; }
span { border-color: rgb(173,253,100); }
td.TdClassName
{
border-color: #ADFD64;
}
.TagClassName
{
border-color: #ADFD64;
}
</style>