Shades of Conifer #ADFE64
Tints of Conifer #ADFE64
RGB
CMYK
RGB Variations
Color information
#ADFE64 (or 0xADFE64) is known color: Conifer. HEX triplet: AD, FE and 64. RGB value is (173,254,100). Sum of RGB (Red+Green+Blue) = 173+254+100=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE64 is #52019B. Grayscale: #D4D4D4. Windows color (decimal): -5374364 or 6618797. OLE color: 6618797.
HSL color Cylindrical-coordinate representation of color #ADFE64: hue angle of 91.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADFE64 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 100 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.00 |
| HSL | 91.56º | 0.99% | 0.69% | - |
| HSV(B) | 91.56º | 0.61% | 1% | - |
| XYZ | 54.98 | 80.69 | 24.73 | - |
| YUV | 212.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 100 | 0.32 | 0 | 0.61 | 0.00 | 91.56 | 0.99 | 0.69 |
| Hex | AD | FE | 64 | 20 | 0 | 3D | 0 | 5C | 63 | 45 |
| Octal | 255 | 376 | 144 | 40 | 0 | 75 | 0 | 134 | 143 | 105 |
| Binary | 10101101 | 11111110 | 1100100 | 100000 | 0 | 111101 | 0 | 1011100 | 1100011 | 1000101 |
Color Harmonies of #ADFE64
Complementary color
Monochromatic Colors of #ADFE64
Black with #ADFE64
Text Example
Text Example
White with #ADFE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE64; }
p { color: rgb(173,254,100); }
H1.HeaderClassName
{
color: #ADFE64;
}
.AnyTagClassName
{
color: #ADFE64;
}
</style>
background-color css
<style>
a { background-color: #ADFE64; }
a { background-color: rgb(173,254,100); }
div.DivClassName
{
background-color: #ADFE64;
}
.BgClassName
{
background-color: #ADFE64;
}
</style>
border-color css
<style>
span { border-color: #ADFE64; }
span { border-color: rgb(173,254,100); }
td.TdClassName
{
border-color: #ADFE64;
}
.TagClassName
{
border-color: #ADFE64;
}
</style>