Shades of Conifer #ADFF5B
Tints of Conifer #ADFF5B
RGB
CMYK
RGB Variations
Color information
#ADFF5B (or 0xADFF5B) is known color: Conifer. HEX triplet: AD, FF and 5B. RGB value is (173,255,91). Sum of RGB (Red+Green+Blue) = 173+255+91=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF5B is #5200A4. Grayscale: #D4D4D4. Windows color (decimal): -5374117 or 6029229. OLE color: 6029229.
HSL color Cylindrical-coordinate representation of color #ADFF5B: hue angle of 90º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADFF5B is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 91 | - |
| CMYK | 0.32 | 0 | 0.64 | 0 |
| HSL | 90º | 1% | 0.68% | - |
| HSV(B) | 90º | 0.64% | 1% | - |
| XYZ | 54.88 | 81.16 | 22.67 | - |
| YUV | 211.79 | 59.83 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 91 | 0.32 | 0 | 0.64 | 0 | 90 | 1 | 0.68 |
| Hex | AD | FF | 5B | 20 | 0 | 40 | 0 | 5A | 64 | 44 |
| Octal | 255 | 377 | 133 | 40 | 0 | 100 | 0 | 132 | 144 | 104 |
| Binary | 10101101 | 11111111 | 1011011 | 100000 | 0 | 1000000 | 0 | 1011010 | 1100100 | 1000100 |
Color Harmonies of #ADFF5B
Complementary color
Monochromatic Colors of #ADFF5B
Black with #ADFF5B
Text Example
Text Example
White with #ADFF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF5B; }
p { color: rgb(173,255,91); }
H1.HeaderClassName
{
color: #ADFF5B;
}
.AnyTagClassName
{
color: #ADFF5B;
}
</style>
background-color css
<style>
a { background-color: #ADFF5B; }
a { background-color: rgb(173,255,91); }
div.DivClassName
{
background-color: #ADFF5B;
}
.BgClassName
{
background-color: #ADFF5B;
}
</style>
border-color css
<style>
span { border-color: #ADFF5B; }
span { border-color: rgb(173,255,91); }
td.TdClassName
{
border-color: #ADFF5B;
}
.TagClassName
{
border-color: #ADFF5B;
}
</style>