Shades of Conifer #ADFF55
Tints of Conifer #ADFF55
RGB
CMYK
RGB Variations
Color information
#ADFF55 (or 0xADFF55) is known color: Conifer. HEX triplet: AD, FF and 55. RGB value is (173,255,85). Sum of RGB (Red+Green+Blue) = 173+255+85=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF55 is #5200AA. Grayscale: #D3D3D3. Windows color (decimal): -5374123 or 5636013. OLE color: 5636013.
HSL color Cylindrical-coordinate representation of color #ADFF55: hue angle of 88.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADFF55 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 85 | - |
| CMYK | 0.32 | 0 | 0.67 | 0 |
| HSL | 88.94º | 1% | 0.67% | - |
| HSV(B) | 88.94º | 0.67% | 1% | - |
| XYZ | 54.63 | 81.06 | 21.36 | - |
| YUV | 211.1 | 56.83 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 85 | 0.32 | 0 | 0.67 | 0 | 88.94 | 1 | 0.67 |
| Hex | AD | FF | 55 | 20 | 0 | 43 | 0 | 59 | 64 | 43 |
| Octal | 255 | 377 | 125 | 40 | 0 | 103 | 0 | 131 | 144 | 103 |
| Binary | 10101101 | 11111111 | 1010101 | 100000 | 0 | 1000011 | 0 | 1011001 | 1100100 | 1000011 |
Color Harmonies of #ADFF55
Complementary color
Monochromatic Colors of #ADFF55
Black with #ADFF55
Text Example
Text Example
White with #ADFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF55; }
p { color: rgb(173,255,85); }
H1.HeaderClassName
{
color: #ADFF55;
}
.AnyTagClassName
{
color: #ADFF55;
}
</style>
background-color css
<style>
a { background-color: #ADFF55; }
a { background-color: rgb(173,255,85); }
div.DivClassName
{
background-color: #ADFF55;
}
.BgClassName
{
background-color: #ADFF55;
}
</style>
border-color css
<style>
span { border-color: #ADFF55; }
span { border-color: rgb(173,255,85); }
td.TdClassName
{
border-color: #ADFF55;
}
.TagClassName
{
border-color: #ADFF55;
}
</style>