Html Css Color HEX #85FFA4 Mint Green

📋 copy color: '#85FFA4'

red 133 ◦ green 255 ◦ blue 164

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

Shades of Mint Green #85FFA4

Tints of Mint Green #85FFA4

RGB

 RED value IS 133 (52.34% from 255) = 24.09%

 GREEN value IS 255 (100% from 255) = 46.2%

 BLUE value IS 164 (64.45% from 255) = 29.71%

R = 24.09%
G = 46.2%
B = 29.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#85FFA4 (or 0x85FFA4) is known color: Mint Green. HEX triplet: 85, FF and A4. RGB value is (133,255,164). Sum of RGB (Red+Green+Blue) = 133+255+164=552 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.09% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 164 (64.45% from 255 or 29.71% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFA4 is #7A005B. Grayscale: #D0D0D0. Windows color (decimal): -7995484 or 10813317. OLE color: 10813317.

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

Color convert

RGB 133 255 164 -
CMYK 0.48 0 0.36 0
HSL 135.25º 1% 0.76% -
HSV(B) 135.25º 0.48% 1% -
XYZ 52.13 79.19 47.66 -
YUV 208.15 103.08 74.4 -
System Red Green Blue C M Y K H S L
Decimal 133 255 164 0.48 0 0.36 0 135.25 1 0.76
Hex 85 FF A4 30 0 24 0 87 64 4C
Octal 205 377 244 60 0 44 0 207 144 114
Binary 10000101 11111111 10100100 110000 0 100100 0 10000111 1100100 1001100

Color Harmonies of #85FFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFA4

Black with #85FFA4

Text Example


Text Example

White with #85FFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85FFA4;
 }
 .AnyTagClassName
 {
   color: #85FFA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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