Shades of Conifer #ADFD53
Tints of Conifer #ADFD53
RGB
CMYK
RGB Variations
Color information
#ADFD53 (or 0xADFD53) is known color: Conifer. HEX triplet: AD, FD and 53. RGB value is (173,253,83). Sum of RGB (Red+Green+Blue) = 173+253+83=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD53 is #5202AC. Grayscale: #D2D2D2. Windows color (decimal): -5374637 or 5504429. OLE color: 5504429.
HSL color Cylindrical-coordinate representation of color #ADFD53: hue angle of 88.24º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADFD53 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 83 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.01 |
| HSL | 88.24º | 0.98% | 0.66% | - |
| HSV(B) | 88.24º | 0.67% | 0.99% | - |
| XYZ | 53.92 | 79.76 | 20.74 | - |
| YUV | 209.7 | 56.5 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 83 | 0.32 | 0 | 0.67 | 0.01 | 88.24 | 0.98 | 0.66 |
| Hex | AD | FD | 53 | 20 | 0 | 43 | 1 | 58 | 62 | 42 |
| Octal | 255 | 375 | 123 | 40 | 0 | 103 | 1 | 130 | 142 | 102 |
| Binary | 10101101 | 11111101 | 1010011 | 100000 | 0 | 1000011 | 1 | 1011000 | 1100010 | 1000010 |
Color Harmonies of #ADFD53
Complementary color
Monochromatic Colors of #ADFD53
Black with #ADFD53
Text Example
Text Example
White with #ADFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD53; }
p { color: rgb(173,253,83); }
H1.HeaderClassName
{
color: #ADFD53;
}
.AnyTagClassName
{
color: #ADFD53;
}
</style>
background-color css
<style>
a { background-color: #ADFD53; }
a { background-color: rgb(173,253,83); }
div.DivClassName
{
background-color: #ADFD53;
}
.BgClassName
{
background-color: #ADFD53;
}
</style>
border-color css
<style>
span { border-color: #ADFD53; }
span { border-color: rgb(173,253,83); }
td.TdClassName
{
border-color: #ADFD53;
}
.TagClassName
{
border-color: #ADFD53;
}
</style>