#92FF85

Color #92FF85 Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #92FF85

Tints of Mint Green #92FF85

Color information

#92FF85 (or 0x92FF85) is unknown color: approx 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

RGB146255133-
CMYK0.4300.480
HSL113.61º100%76.08%-
HSV(B)113.61º47.84%100%-
XYZ51.8579.3234.77-
YUV208.585.3983.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 27.34%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=27.34%
G=47.75%
B=24.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1462551330.4300.480113.6110076.08
Hex92FF852B030072644c
Octal222377205530600162144114
Binary10010010111111111000010110101101100000111001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>