Shades of Mint Green #9DFF82
Tints of Mint Green #9DFF82
RGB
CMYK
RGB Variations
Color information
#9DFF82 (or 0x9DFF82) is known color: Mint Green. HEX triplet: 9D, FF and 82. RGB value is (157,255,130). Sum of RGB (Red+Green+Blue) = 157+255+130=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFF82 is #62007D. Grayscale: #D3D3D3. Windows color (decimal): -6422654 or 8585117. OLE color: 8585117.
HSL color Cylindrical-coordinate representation of color #9DFF82: hue angle of 107.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DFF82 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 130 | - |
| CMYK | 0.38 | 0 | 0.49 | 0 |
| HSL | 107.04º | 1% | 0.75% | - |
| HSV(B) | 107.04º | 0.49% | 1% | - |
| XYZ | 53.69 | 80.3 | 33.79 | - |
| YUV | 211.45 | 82.03 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 130 | 0.38 | 0 | 0.49 | 0 | 107.04 | 1 | 0.75 |
| Hex | 9D | FF | 82 | 26 | 0 | 31 | 0 | 6B | 64 | 4B |
| Octal | 235 | 377 | 202 | 46 | 0 | 61 | 0 | 153 | 144 | 113 |
| Binary | 10011101 | 11111111 | 10000010 | 100110 | 0 | 110001 | 0 | 1101011 | 1100100 | 1001011 |
Color Harmonies of #9DFF82
Complementary color
Monochromatic Colors of #9DFF82
Black with #9DFF82
Text Example
Text Example
White with #9DFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF82; }
p { color: rgb(157,255,130); }
H1.HeaderClassName
{
color: #9DFF82;
}
.AnyTagClassName
{
color: #9DFF82;
}
</style>
background-color css
<style>
a { background-color: #9DFF82; }
a { background-color: rgb(157,255,130); }
div.DivClassName
{
background-color: #9DFF82;
}
.BgClassName
{
background-color: #9DFF82;
}
</style>
border-color css
<style>
span { border-color: #9DFF82; }
span { border-color: rgb(157,255,130); }
td.TdClassName
{
border-color: #9DFF82;
}
.TagClassName
{
border-color: #9DFF82;
}
</style>