#85FE9E

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

Shades of Mint Green #85FE9E

Tints of Mint Green #85FE9E

Color information

#85FE9E (or 0x85FE9E) is unknown color: approx Mint Green. HEX triplet: 85, FE and 9E. RGB value is (133,254,158). Sum of RGB (Red+Green+Blue) = 133+254+158=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE9E is #7A0161. Grayscale: #CFCFCF. Windows color (decimal): -7995746 or 10419845. OLE color: 10419845.

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

Color convert

RGB133254158-
CMYK0.4800.380.00
HSL132.4º98.37%75.88%-
HSV(B)132.4º47.64%99.61%-
XYZ51.2978.3444.77-
YUV206.88100.4175.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.40%
GREEN value IS 254 (99.61% from 255) = 46.61%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=24.40%
G=46.61%
B=28.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541580.4800.380.00132.498.3775.88
Hex85FE9E30026084624c
Octal205376236600460204142114
Binary100001011111111010011110110000010011001000010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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