Shades of Mint Green #92FF85
Tints of Mint Green #92FF85
RGB
CMYK
RGB Variations
Color information
#92FF85 (or 0x92FF85) is known color: Mint Green. HEX triplet: 92, FF and 85. RGB value is (146,255,133). Sum of RGB (Red+Green+Blue) = 146+255+133=534 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.34% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #92FF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FF85 is #6D007A. Grayscale: #D0D0D0. Windows color (decimal): -7143547 or 8781714. OLE color: 8781714.
HSL color Cylindrical-coordinate representation of color #92FF85: hue angle of 113.61º 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 #92FF85 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 133 | - |
| CMYK | 0.43 | 0 | 0.48 | 0 |
| HSL | 113.61º | 1% | 0.76% | - |
| HSV(B) | 113.61º | 0.48% | 1% | - |
| XYZ | 51.85 | 79.32 | 34.77 | - |
| YUV | 208.5 | 85.39 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 133 | 0.43 | 0 | 0.48 | 0 | 113.61 | 1 | 0.76 |
| Hex | 92 | FF | 85 | 2B | 0 | 30 | 0 | 72 | 64 | 4C |
| Octal | 222 | 377 | 205 | 53 | 0 | 60 | 0 | 162 | 144 | 114 |
| Binary | 10010010 | 11111111 | 10000101 | 101011 | 0 | 110000 | 0 | 1110010 | 1100100 | 1001100 |
Color Harmonies of #92FF85
Complementary color
Monochromatic Colors of #92FF85
Black with #92FF85
Text Example
Text Example
White with #92FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FF85; }
p { color: rgb(146,255,133); }
H1.HeaderClassName
{
color: #92FF85;
}
.AnyTagClassName
{
color: #92FF85;
}
</style>
background-color css
<style>
a { background-color: #92FF85; }
a { background-color: rgb(146,255,133); }
div.DivClassName
{
background-color: #92FF85;
}
.BgClassName
{
background-color: #92FF85;
}
</style>
border-color css
<style>
span { border-color: #92FF85; }
span { border-color: rgb(146,255,133); }
td.TdClassName
{
border-color: #92FF85;
}
.TagClassName
{
border-color: #92FF85;
}
</style>