Shades of Mint Green #9BFF80
Tints of Mint Green #9BFF80
RGB
CMYK
RGB Variations
Color information
#9BFF80 (or 0x9BFF80) is known color: Mint Green. HEX triplet: 9B, FF and 80. RGB value is (155,255,128). Sum of RGB (Red+Green+Blue) = 155+255+128=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF80 is #64007F. Grayscale: #D3D3D3. Windows color (decimal): -6553728 or 8454043. OLE color: 8454043.
HSL color Cylindrical-coordinate representation of color #9BFF80: hue angle of 107.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BFF80 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 128 | - |
| CMYK | 0.39 | 0 | 0.50 | 0 |
| HSL | 107.24º | 1% | 0.75% | - |
| HSV(B) | 107.24º | 0.5% | 1% | - |
| XYZ | 53.17 | 80.05 | 33.07 | - |
| YUV | 210.62 | 81.37 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 128 | 0.39 | 0 | 0.50 | 0 | 107.24 | 1 | 0.75 |
| Hex | 9B | FF | 80 | 27 | 0 | 32 | 0 | 6B | 64 | 4B |
| Octal | 233 | 377 | 200 | 47 | 0 | 62 | 0 | 153 | 144 | 113 |
| Binary | 10011011 | 11111111 | 10000000 | 100111 | 0 | 110010 | 0 | 1101011 | 1100100 | 1001011 |
Color Harmonies of #9BFF80
Complementary color
Monochromatic Colors of #9BFF80
Black with #9BFF80
Text Example
Text Example
White with #9BFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF80; }
p { color: rgb(155,255,128); }
H1.HeaderClassName
{
color: #9BFF80;
}
.AnyTagClassName
{
color: #9BFF80;
}
</style>
background-color css
<style>
a { background-color: #9BFF80; }
a { background-color: rgb(155,255,128); }
div.DivClassName
{
background-color: #9BFF80;
}
.BgClassName
{
background-color: #9BFF80;
}
</style>
border-color css
<style>
span { border-color: #9BFF80; }
span { border-color: rgb(155,255,128); }
td.TdClassName
{
border-color: #9BFF80;
}
.TagClassName
{
border-color: #9BFF80;
}
</style>