Html Css Color HEX #85FF9F Mint Green

📋 copy color: '#85FF9F'

red 133 ◦ green 255 ◦ blue 159

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

Shades of Mint Green #85FF9F

Tints of Mint Green #85FF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.07%

R = 24.31%
G = 46.62%
B = 29.07%

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

#85FF9F (or 0x85FF9F) is known color: Mint Green. HEX triplet: 85, FF and 9F. RGB value is (133,255,159). Sum of RGB (Red+Green+Blue) = 133+255+159=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF9F is #7A0060. Grayscale: #CFCFCF. Windows color (decimal): -7995489 or 10485637. OLE color: 10485637.

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

Color convert

RGB 133 255 159 -
CMYK 0.48 0 0.38 0
HSL 132.79º 1% 0.76% -
HSV(B) 132.79º 0.48% 1% -
XYZ 51.69 79.01 45.33 -
YUV 207.58 100.58 74.81 -
System Red Green Blue C M Y K H S L
Decimal 133 255 159 0.48 0 0.38 0 132.79 1 0.76
Hex 85 FF 9F 30 0 26 0 85 64 4C
Octal 205 377 237 60 0 46 0 205 144 114
Binary 10000101 11111111 10011111 110000 0 100110 0 10000101 1100100 1001100

Color Harmonies of #85FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF9F

Black with #85FF9F

Text Example


Text Example

White with #85FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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