Shades of Conifer #ADFC64
Tints of Conifer #ADFC64
RGB
CMYK
RGB Variations
Color information
#ADFC64 (or 0xADFC64) is known color: Conifer. HEX triplet: AD, FC and 64. RGB value is (173,252,100). Sum of RGB (Red+Green+Blue) = 173+252+100=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC64 is #52039B. Grayscale: #D3D3D3. Windows color (decimal): -5374876 or 6618285. OLE color: 6618285.
HSL color Cylindrical-coordinate representation of color #ADFC64: hue angle of 91.18º 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 #ADFC64 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 100 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.01 |
| HSL | 91.18º | 0.96% | 0.69% | - |
| HSV(B) | 91.18º | 0.6% | 0.99% | - |
| XYZ | 54.34 | 79.43 | 24.52 | - |
| YUV | 211.05 | 65.33 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 100 | 0.31 | 0 | 0.60 | 0.01 | 91.18 | 0.96 | 0.69 |
| Hex | AD | FC | 64 | 1F | 0 | 3C | 1 | 5B | 60 | 45 |
| Octal | 255 | 374 | 144 | 37 | 0 | 74 | 1 | 133 | 140 | 105 |
| Binary | 10101101 | 11111100 | 1100100 | 11111 | 0 | 111100 | 1 | 1011011 | 1100000 | 1000101 |
Color Harmonies of #ADFC64
Complementary color
Monochromatic Colors of #ADFC64
Black with #ADFC64
Text Example
Text Example
White with #ADFC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC64; }
p { color: rgb(173,252,100); }
H1.HeaderClassName
{
color: #ADFC64;
}
.AnyTagClassName
{
color: #ADFC64;
}
</style>
background-color css
<style>
a { background-color: #ADFC64; }
a { background-color: rgb(173,252,100); }
div.DivClassName
{
background-color: #ADFC64;
}
.BgClassName
{
background-color: #ADFC64;
}
</style>
border-color css
<style>
span { border-color: #ADFC64; }
span { border-color: rgb(173,252,100); }
td.TdClassName
{
border-color: #ADFC64;
}
.TagClassName
{
border-color: #ADFC64;
}
</style>