Html Css Color HEX #85FE9B Mint Green

📋 copy color: '#85FE9B'

red 133 ◦ green 254 ◦ blue 155

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

Shades of Mint Green #85FE9B

Tints of Mint Green #85FE9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 24.54%
G = 46.86%
B = 28.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#85FE9B (or 0x85FE9B) is known color: Mint Green. HEX triplet: 85, FE and 9B. RGB value is (133,254,155). Sum of RGB (Red+Green+Blue) = 133+254+155=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE9B is #7A0164. Grayscale: #CECECE. Windows color (decimal): -7995749 or 10223237. OLE color: 10223237.

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

Color convert

RGB 133 254 155 -
CMYK 0.48 0 0.39 0.00
HSL 130.91º 0.98% 0.76% -
HSV(B) 130.91º 0.48% 1% -
XYZ 51.03 78.24 43.42 -
YUV 206.54 98.91 75.55 -
System Red Green Blue C M Y K H S L
Decimal 133 254 155 0.48 0 0.39 0.00 130.91 0.98 0.76
Hex 85 FE 9B 30 0 27 0 83 62 4C
Octal 205 376 233 60 0 47 0 203 142 114
Binary 10000101 11111110 10011011 110000 0 100111 0 10000011 1100010 1001100

Color Harmonies of #85FE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE9B

Black with #85FE9B

Text Example


Text Example

White with #85FE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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