#85FF96

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

Shades of Mint Green #85FF96

Tints of Mint Green #85FF96

Color information

#85FF96 (or 0x85FF96) is unknown color: approx Mint Green. HEX triplet: 85, FF and 96. RGB value is (133,255,150). Sum of RGB (Red+Green+Blue) = 133+255+150=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF96 is #7A0069. Grayscale: #CECECE. Windows color (decimal): -7995498 or 9895813. OLE color: 9895813.

HSL color Cylindrical-coordinate representation of color #85FF96: hue angle of 128.36º 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 #85FF96 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB133255150-
CMYK0.4800.410
HSL128.36º100%76.08%-
HSV(B)128.36º47.84%100%-
XYZ50.9478.7141.36-
YUV206.5596.0875.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 255 (100% from 255) = 47.40%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=24.72%
G=47.40%
B=27.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332551500.4800.410128.3610076.08
Hex85FF9630029080644c
Octal205377226600510200144114
Binary100001011111111110010110110000010100101000000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85FF96; }

 p { color: rgb(133,255,150); }

 H1.HeaderClassName
 {
   color: #85FF96;
 }
 .AnyTagClassName
 {
   color: #85FF96;
 }
</style>
background-color css

<style>
 a { background-color: #85FF96; }

 a { background-color: rgb(133,255,150); }

 div.DivClassName
 {
   background-color: #85FF96;
 }
 .BgClassName
 {
   background-color: #85FF96;
 }
</style>
border-color css

<style>
 span { border-color: #85FF96; }

 span { border-color: rgb(133,255,150); }

 td.TdClassName
 {
   border-color: #85FF96;
 }
 .TagClassName
 {
   border-color: #85FF96;
 }
</style>