#85FEA1

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

Shades of Mint Green #85FEA1

Tints of Mint Green #85FEA1

Color information

#85FEA1 (or 0x85FEA1) is unknown color: approx Mint Green. HEX triplet: 85, FE and A1. RGB value is (133,254,161). Sum of RGB (Red+Green+Blue) = 133+254+161=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FEA1 is #7A015E. Grayscale: #CFCFCF. Windows color (decimal): -7995743 or 10616453. OLE color: 10616453.

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

Color convert

RGB133254161-
CMYK0.4800.370.00
HSL133.88º98.37%75.88%-
HSV(B)133.88º47.64%99.61%-
XYZ51.5578.4446.14-
YUV207.22101.9175.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.27%
GREEN value IS 254 (99.61% from 255) = 46.35%
BLUE value IS 161 (63.28% from 255) = 29.38%
R=24.27%
G=46.35%
B=29.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541610.4800.370.00133.8898.3775.88
Hex85FEA130025086624c
Octal205376241600450206142114
Binary100001011111111010100001110000010010101000011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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