Shades of Mint Green #7DFF9B
Tints of Mint Green #7DFF9B
RGB
CMYK
RGB Variations
Color information
#7DFF9B (or 0x7DFF9B) is known color: Mint Green. HEX triplet: 7D, FF and 9B. RGB value is (125,255,155). Sum of RGB (Red+Green+Blue) = 125+255+155=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFF9B is #820064. Grayscale: #CDCDCD. Windows color (decimal): -8519781 or 10223485. OLE color: 10223485.
HSL color Cylindrical-coordinate representation of color #7DFF9B: hue angle of 133.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFF9B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 255 | 155 | - |
| CMYK | 0.51 | 0 | 0.39 | 0 |
| HSL | 133.85º | 1% | 0.75% | - |
| HSV(B) | 133.85º | 0.51% | 1% | - |
| XYZ | 50.13 | 78.25 | 43.47 | - |
| YUV | 204.73 | 99.93 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 255 | 155 | 0.51 | 0 | 0.39 | 0 | 133.85 | 1 | 0.75 |
| Hex | 7D | FF | 9B | 33 | 0 | 27 | 0 | 86 | 64 | 4B |
| Octal | 175 | 377 | 233 | 63 | 0 | 47 | 0 | 206 | 144 | 113 |
| Binary | 1111101 | 11111111 | 10011011 | 110011 | 0 | 100111 | 0 | 10000110 | 1100100 | 1001011 |
Color Harmonies of #7DFF9B
Complementary color
Monochromatic Colors of #7DFF9B
Black with #7DFF9B
Text Example
Text Example
White with #7DFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DFF9B; }
p { color: rgb(125,255,155); }
H1.HeaderClassName
{
color: #7DFF9B;
}
.AnyTagClassName
{
color: #7DFF9B;
}
</style>
background-color css
<style>
a { background-color: #7DFF9B; }
a { background-color: rgb(125,255,155); }
div.DivClassName
{
background-color: #7DFF9B;
}
.BgClassName
{
background-color: #7DFF9B;
}
</style>
border-color css
<style>
span { border-color: #7DFF9B; }
span { border-color: rgb(125,255,155); }
td.TdClassName
{
border-color: #7DFF9B;
}
.TagClassName
{
border-color: #7DFF9B;
}
</style>