Shades of Conifer #ADFD5B
Tints of Conifer #ADFD5B
RGB
CMYK
RGB Variations
Color information
#ADFD5B (or 0xADFD5B) is known color: Conifer. HEX triplet: AD, FD and 5B. RGB value is (173,253,91). Sum of RGB (Red+Green+Blue) = 173+253+91=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 91 (35.94% from 255 or 17.60% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD5B is #5202A4. Grayscale: #D3D3D3. Windows color (decimal): -5374629 or 6028717. OLE color: 6028717.
HSL color Cylindrical-coordinate representation of color #ADFD5B: hue angle of 89.63º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADFD5B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 91 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.01 |
| HSL | 89.63º | 0.98% | 0.67% | - |
| HSV(B) | 89.63º | 0.64% | 0.99% | - |
| XYZ | 54.25 | 79.89 | 22.46 | - |
| YUV | 210.61 | 60.5 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 91 | 0.32 | 0 | 0.64 | 0.01 | 89.63 | 0.98 | 0.67 |
| Hex | AD | FD | 5B | 20 | 0 | 40 | 1 | 5A | 62 | 43 |
| Octal | 255 | 375 | 133 | 40 | 0 | 100 | 1 | 132 | 142 | 103 |
| Binary | 10101101 | 11111101 | 1011011 | 100000 | 0 | 1000000 | 1 | 1011010 | 1100010 | 1000011 |
Color Harmonies of #ADFD5B
Complementary color
Monochromatic Colors of #ADFD5B
Black with #ADFD5B
Text Example
Text Example
White with #ADFD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD5B; }
p { color: rgb(173,253,91); }
H1.HeaderClassName
{
color: #ADFD5B;
}
.AnyTagClassName
{
color: #ADFD5B;
}
</style>
background-color css
<style>
a { background-color: #ADFD5B; }
a { background-color: rgb(173,253,91); }
div.DivClassName
{
background-color: #ADFD5B;
}
.BgClassName
{
background-color: #ADFD5B;
}
</style>
border-color css
<style>
span { border-color: #ADFD5B; }
span { border-color: rgb(173,253,91); }
td.TdClassName
{
border-color: #ADFD5B;
}
.TagClassName
{
border-color: #ADFD5B;
}
</style>