Html Css Color HEX #85FF9D Mint Green

📋 copy color: '#85FF9D'

red 133 ◦ green 255 ◦ blue 157

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

Shades of Mint Green #85FF9D

Tints of Mint Green #85FF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.81%

R = 24.4%
G = 46.79%
B = 28.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#85FF9D (or 0x85FF9D) is known color: Mint Green. HEX triplet: 85, FF and 9D. RGB value is (133,255,157). Sum of RGB (Red+Green+Blue) = 133+255+157=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF9D is #7A0062. Grayscale: #CFCFCF. Windows color (decimal): -7995491 or 10354565. OLE color: 10354565.

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

Color convert

RGB 133 255 157 -
CMYK 0.48 0 0.38 0
HSL 131.8º 1% 0.76% -
HSV(B) 131.8º 0.48% 1% -
XYZ 51.52 78.94 44.42 -
YUV 207.35 99.58 74.97 -
System Red Green Blue C M Y K H S L
Decimal 133 255 157 0.48 0 0.38 0 131.8 1 0.76
Hex 85 FF 9D 30 0 26 0 84 64 4C
Octal 205 377 235 60 0 46 0 204 144 114
Binary 10000101 11111111 10011101 110000 0 100110 0 10000100 1100100 1001100

Color Harmonies of #85FF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF9D

Black with #85FF9D

Text Example


Text Example

White with #85FF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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