Html Css Color HEX #85FFB0 Mint Green

📋 copy color: '#85FFB0'

red 133 ◦ green 255 ◦ blue 176

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

Shades of Mint Green #85FFB0

Tints of Mint Green #85FFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.21%

R = 23.58%
G = 45.21%
B = 31.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#85FFB0 (or 0x85FFB0) is known color: Mint Green. HEX triplet: 85, FF and B0. RGB value is (133,255,176). Sum of RGB (Red+Green+Blue) = 133+255+176=564 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.58% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 176 (69.14% from 255 or 31.21% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FFB0 is #7A004F. Grayscale: #D1D1D1. Windows color (decimal): -7995472 or 11599749. OLE color: 11599749.

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

Color convert

RGB 133 255 176 -
CMYK 0.48 0 0.31 0
HSL 141.15º 1% 0.76% -
HSV(B) 141.15º 0.48% 1% -
XYZ 53.27 79.64 53.64 -
YUV 209.52 109.08 73.42 -
System Red Green Blue C M Y K H S L
Decimal 133 255 176 0.48 0 0.31 0 141.15 1 0.76
Hex 85 FF B0 30 0 1F 0 8D 64 4C
Octal 205 377 260 60 0 37 0 215 144 114
Binary 10000101 11111111 10110000 110000 0 11111 0 10001101 1100100 1001100

Color Harmonies of #85FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFB0

Black with #85FFB0

Text Example


Text Example

White with #85FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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