#85FE9C

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

Shades of Mint Green #85FE9C

Tints of Mint Green #85FE9C

Color information

#85FE9C (or 0x85FE9C) is unknown color: approx Mint Green. HEX triplet: 85, FE and 9C. RGB value is (133,254,156). Sum of RGB (Red+Green+Blue) = 133+254+156=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE9C is #7A0163. Grayscale: #CECECE. Windows color (decimal): -7995748 or 10288773. OLE color: 10288773.

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

Color convert

RGB133254156-
CMYK0.4800.390.00
HSL131.4º98.37%75.88%-
HSV(B)131.4º47.64%99.61%-
XYZ51.1278.2743.87-
YUV206.6599.4175.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 254 (99.61% from 255) = 46.78%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=24.49%
G=46.78%
B=28.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541560.4800.390.00131.498.3775.88
Hex85FE9C30027083624c
Octal205376234600470203142114
Binary100001011111111010011100110000010011101000001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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