#85FE95

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

Shades of Mint Green #85FE95

Tints of Mint Green #85FE95

Color information

#85FE95 (or 0x85FE95) is unknown color: approx Mint Green. HEX triplet: 85, FE and 95. RGB value is (133,254,149). Sum of RGB (Red+Green+Blue) = 133+254+149=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE95 is #7A016A. Grayscale: #CECECE. Windows color (decimal): -7995755 or 9830021. OLE color: 9830021.

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

Color convert

RGB133254149-
CMYK0.4800.410.00
HSL127.93º98.37%75.88%-
HSV(B)127.93º47.64%99.61%-
XYZ50.5478.0440.83-
YUV205.8595.9176.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 254 (99.61% from 255) = 47.39%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=24.81%
G=47.39%
B=27.80%

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
Decimal1332541490.4800.410.00127.9398.3775.88
Hex85FE9530029080624c
Octal205376225600510200142114
Binary100001011111111010010101110000010100101000000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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