Html Css Color HEX #85FEA8 Mint Green

📋 copy color: '#85FEA8'

red 133 ◦ green 254 ◦ blue 168

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

Shades of Mint Green #85FEA8

Tints of Mint Green #85FEA8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.77%

 BLUE value IS 168 (66.02% from 255) = 30.27%

R = 23.96%
G = 45.77%
B = 30.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#85FEA8 (or 0x85FEA8) is known color: Mint Green. HEX triplet: 85, FE and A8. RGB value is (133,254,168). Sum of RGB (Red+Green+Blue) = 133+254+168=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FEA8 is #7A0157. Grayscale: #D0D0D0. Windows color (decimal): -7995736 or 11075205. OLE color: 11075205.

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

Color convert

RGB 133 254 168 -
CMYK 0.48 0 0.34 0.00
HSL 137.36º 0.98% 0.76% -
HSV(B) 137.36º 0.48% 1% -
XYZ 52.18 78.7 49.49 -
YUV 208.02 105.41 74.49 -
System Red Green Blue C M Y K H S L
Decimal 133 254 168 0.48 0 0.34 0.00 137.36 0.98 0.76
Hex 85 FE A8 30 0 22 0 89 62 4C
Octal 205 376 250 60 0 42 0 211 142 114
Binary 10000101 11111110 10101000 110000 0 100010 0 10001001 1100010 1001100

Color Harmonies of #85FEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEA8

Black with #85FEA8

Text Example


Text Example

White with #85FEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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