Shades of Mint Green #ADFF85
Tints of Mint Green #ADFF85
RGB
CMYK
RGB Variations
Color information
#ADFF85 (or 0xADFF85) is known color: Mint Green. HEX triplet: AD, FF and 85. RGB value is (173,255,133). Sum of RGB (Red+Green+Blue) = 173+255+133=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFF85 is #52007A. Grayscale: #D8D8D8. Windows color (decimal): -5374075 or 8781741. OLE color: 8781741.
HSL color Cylindrical-coordinate representation of color #ADFF85: hue angle of 100.33º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADFF85 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 133 | - |
| CMYK | 0.32 | 0 | 0.48 | 0 |
| HSL | 100.33º | 1% | 0.76% | - |
| HSV(B) | 100.33º | 0.48% | 1% | - |
| XYZ | 57.23 | 82.1 | 35.02 | - |
| YUV | 216.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 133 | 0.32 | 0 | 0.48 | 0 | 100.33 | 1 | 0.76 |
| Hex | AD | FF | 85 | 20 | 0 | 30 | 0 | 64 | 64 | 4C |
| Octal | 255 | 377 | 205 | 40 | 0 | 60 | 0 | 144 | 144 | 114 |
| Binary | 10101101 | 11111111 | 10000101 | 100000 | 0 | 110000 | 0 | 1100100 | 1100100 | 1001100 |
Color Harmonies of #ADFF85
Complementary color
Monochromatic Colors of #ADFF85
Black with #ADFF85
Text Example
Text Example
White with #ADFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF85; }
p { color: rgb(173,255,133); }
H1.HeaderClassName
{
color: #ADFF85;
}
.AnyTagClassName
{
color: #ADFF85;
}
</style>
background-color css
<style>
a { background-color: #ADFF85; }
a { background-color: rgb(173,255,133); }
div.DivClassName
{
background-color: #ADFF85;
}
.BgClassName
{
background-color: #ADFF85;
}
</style>
border-color css
<style>
span { border-color: #ADFF85; }
span { border-color: rgb(173,255,133); }
td.TdClassName
{
border-color: #ADFF85;
}
.TagClassName
{
border-color: #ADFF85;
}
</style>