Html Css Color HEX #85FFA7 Mint Green

📋 copy color: '#85FFA7'

red 133 ◦ green 255 ◦ blue 167

#85FFA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #85FFA7

Tints of Mint Green #85FFA7

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.63% from 255) = 30.09%

R = 23.96%
G = 45.95%
B = 30.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#85FFA7 (or 0x85FFA7) is known color: 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

RGB 133 255 167 -
CMYK 0.48 0 0.35 0
HSL 136.72º 1% 0.76% -
HSV(B) 136.72º 0.48% 1% -
XYZ 52.41 79.3 49.1 -
YUV 208.49 104.58 74.16 -
System Red Green Blue C M Y K H S L
Decimal 133 255 167 0.48 0 0.35 0 136.72 1 0.76
Hex 85 FF A7 30 0 23 0 89 64 4C
Octal 205 377 247 60 0 43 0 211 144 114
Binary 10000101 11111111 10100111 110000 0 100011 0 10001001 1100100 1001100

Color Harmonies of #85FFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFA7

Black with #85FFA7

Text Example


Text Example

White with #85FFA7

Text Example


Text Example

HTML Codes & Css Web 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>