#85FFA7

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

Shades of Mint Green #85FFA7

Tints of Mint Green #85FFA7

Color information

#85FFA7 (or 0x85FFA7) is unknown color: approx Mint Green. HEX triplet: 85, FF and A7. RGB value is (133,255,167). Sum of RGB (Red+Green+Blue) = 133+255+167=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFA7 is #7A0058. Grayscale: #D0D0D0. Windows color (decimal): -7995481 or 11009925. OLE color: 11009925.

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

Color convert

RGB133255167-
CMYK0.4800.350
HSL136.72º100%76.08%-
HSV(B)136.72º47.84%100%-
XYZ52.4179.349.1-
YUV208.49104.5874.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.96%
GREEN value IS 255 (100% from 255) = 45.95%
BLUE value IS 167 (65.62% from 255) = 30.09%
R=23.96%
G=45.95%
B=30.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332551670.4800.350136.7210076.08
Hex85FFA730023089644c
Octal205377247600430211144114
Binary100001011111111110100111110000010001101000100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,255,167); }

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

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

 a { background-color: rgb(133,255,167); }

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

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

 span { border-color: rgb(133,255,167); }

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