#85FE96

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

Shades of Mint Green #85FE96

Tints of Mint Green #85FE96

Color information

#85FE96 (or 0x85FE96) is unknown color: approx Mint Green. HEX triplet: 85, FE and 96. RGB value is (133,254,150). Sum of RGB (Red+Green+Blue) = 133+254+150=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE96 is #7A0169. Grayscale: #CECECE. Windows color (decimal): -7995754 or 9895557. OLE color: 9895557.

HSL color Cylindrical-coordinate representation of color #85FE96: hue angle of 128.43º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FE96 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB133254150-
CMYK0.4800.410.00
HSL128.43º98.37%75.88%-
HSV(B)128.43º47.64%99.61%-
XYZ50.6278.0741.26-
YUV205.9696.4175.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 254 (99.61% from 255) = 47.30%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=24.77%
G=47.30%
B=27.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541500.4800.410.00128.4398.3775.88
Hex85FE9630029080624c
Octal205376226600510200142114
Binary100001011111111010010110110000010100101000000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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