Shades of Conifer #ADFD56
Tints of Conifer #ADFD56
RGB
CMYK
RGB Variations
Color information
#ADFD56 (or 0xADFD56) is known color: Conifer. HEX triplet: AD, FD and 56. RGB value is (173,253,86). Sum of RGB (Red+Green+Blue) = 173+253+86=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD56 is #5202A9. Grayscale: #D2D2D2. Windows color (decimal): -5374634 or 5701037. OLE color: 5701037.
HSL color Cylindrical-coordinate representation of color #ADFD56: hue angle of 88.74º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADFD56 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 86 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.01 |
| HSL | 88.74º | 0.98% | 0.66% | - |
| HSV(B) | 88.74º | 0.66% | 0.99% | - |
| XYZ | 54.04 | 79.81 | 21.36 | - |
| YUV | 210.04 | 58 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 86 | 0.32 | 0 | 0.66 | 0.01 | 88.74 | 0.98 | 0.66 |
| Hex | AD | FD | 56 | 20 | 0 | 42 | 1 | 59 | 62 | 42 |
| Octal | 255 | 375 | 126 | 40 | 0 | 102 | 1 | 131 | 142 | 102 |
| Binary | 10101101 | 11111101 | 1010110 | 100000 | 0 | 1000010 | 1 | 1011001 | 1100010 | 1000010 |
Color Harmonies of #ADFD56
Complementary color
Monochromatic Colors of #ADFD56
Black with #ADFD56
Text Example
Text Example
White with #ADFD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD56; }
p { color: rgb(173,253,86); }
H1.HeaderClassName
{
color: #ADFD56;
}
.AnyTagClassName
{
color: #ADFD56;
}
</style>
background-color css
<style>
a { background-color: #ADFD56; }
a { background-color: rgb(173,253,86); }
div.DivClassName
{
background-color: #ADFD56;
}
.BgClassName
{
background-color: #ADFD56;
}
</style>
border-color css
<style>
span { border-color: #ADFD56; }
span { border-color: rgb(173,253,86); }
td.TdClassName
{
border-color: #ADFD56;
}
.TagClassName
{
border-color: #ADFD56;
}
</style>