Shades of Mint Green #9BFF82
Tints of Mint Green #9BFF82
RGB
CMYK
RGB Variations
Color information
#9BFF82 (or 0x9BFF82) is known color: Mint Green. HEX triplet: 9B, FF and 82. RGB value is (155,255,130). Sum of RGB (Red+Green+Blue) = 155+255+130=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF82 is #64007D. Grayscale: #D3D3D3. Windows color (decimal): -6553726 or 8585115. OLE color: 8585115.
HSL color Cylindrical-coordinate representation of color #9BFF82: hue angle of 108º 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 #9BFF82 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 130 | - |
| CMYK | 0.39 | 0 | 0.49 | 0 |
| HSL | 108º | 1% | 0.75% | - |
| HSV(B) | 108º | 0.49% | 1% | - |
| XYZ | 53.31 | 80.1 | 33.77 | - |
| YUV | 210.85 | 82.37 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 130 | 0.39 | 0 | 0.49 | 0 | 108 | 1 | 0.75 |
| Hex | 9B | FF | 82 | 27 | 0 | 31 | 0 | 6C | 64 | 4B |
| Octal | 233 | 377 | 202 | 47 | 0 | 61 | 0 | 154 | 144 | 113 |
| Binary | 10011011 | 11111111 | 10000010 | 100111 | 0 | 110001 | 0 | 1101100 | 1100100 | 1001011 |
Color Harmonies of #9BFF82
Complementary color
Monochromatic Colors of #9BFF82
Black with #9BFF82
Text Example
Text Example
White with #9BFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF82; }
p { color: rgb(155,255,130); }
H1.HeaderClassName
{
color: #9BFF82;
}
.AnyTagClassName
{
color: #9BFF82;
}
</style>
background-color css
<style>
a { background-color: #9BFF82; }
a { background-color: rgb(155,255,130); }
div.DivClassName
{
background-color: #9BFF82;
}
.BgClassName
{
background-color: #9BFF82;
}
</style>
border-color css
<style>
span { border-color: #9BFF82; }
span { border-color: rgb(155,255,130); }
td.TdClassName
{
border-color: #9BFF82;
}
.TagClassName
{
border-color: #9BFF82;
}
</style>