Shades of Conifer #ADFD57
Tints of Conifer #ADFD57
RGB
CMYK
RGB Variations
Color information
#ADFD57 (or 0xADFD57) is known color: Conifer. HEX triplet: AD, FD and 57. RGB value is (173,253,87). Sum of RGB (Red+Green+Blue) = 173+253+87=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 87 (34.38% from 255 or 16.96% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD57 is #5202A8. Grayscale: #D2D2D2. Windows color (decimal): -5374633 or 5766573. OLE color: 5766573.
HSL color Cylindrical-coordinate representation of color #ADFD57: hue angle of 88.92º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADFD57 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 87 | - |
| CMYK | 0.32 | 0 | 0.66 | 0.01 |
| HSL | 88.92º | 0.98% | 0.67% | - |
| HSV(B) | 88.92º | 0.66% | 0.99% | - |
| XYZ | 54.08 | 79.82 | 21.57 | - |
| YUV | 210.16 | 58.5 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 87 | 0.32 | 0 | 0.66 | 0.01 | 88.92 | 0.98 | 0.67 |
| Hex | AD | FD | 57 | 20 | 0 | 42 | 1 | 59 | 62 | 43 |
| Octal | 255 | 375 | 127 | 40 | 0 | 102 | 1 | 131 | 142 | 103 |
| Binary | 10101101 | 11111101 | 1010111 | 100000 | 0 | 1000010 | 1 | 1011001 | 1100010 | 1000011 |
Color Harmonies of #ADFD57
Complementary color
Monochromatic Colors of #ADFD57
Black with #ADFD57
Text Example
Text Example
White with #ADFD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD57; }
p { color: rgb(173,253,87); }
H1.HeaderClassName
{
color: #ADFD57;
}
.AnyTagClassName
{
color: #ADFD57;
}
</style>
background-color css
<style>
a { background-color: #ADFD57; }
a { background-color: rgb(173,253,87); }
div.DivClassName
{
background-color: #ADFD57;
}
.BgClassName
{
background-color: #ADFD57;
}
</style>
border-color css
<style>
span { border-color: #ADFD57; }
span { border-color: rgb(173,253,87); }
td.TdClassName
{
border-color: #ADFD57;
}
.TagClassName
{
border-color: #ADFD57;
}
</style>