Html Css Color HEX #85FEB0 Mint Green

📋 copy color: '#85FEB0'

red 133 ◦ green 254 ◦ blue 176

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

Shades of Mint Green #85FEB0

Tints of Mint Green #85FEB0

RGB

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

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

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

R = 23.62%
G = 45.12%
B = 31.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#85FEB0 (or 0x85FEB0) is known color: Mint Green. HEX triplet: 85, FE and B0. RGB value is (133,254,176). Sum of RGB (Red+Green+Blue) = 133+254+176=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 254 (99.61% from 255 or 45.12% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 254 - color contains mainly: green. Hex color #85FEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FEB0 is #7A014F. Grayscale: #D1D1D1. Windows color (decimal): -7995728 or 11599493. OLE color: 11599493.

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

Color convert

RGB 133 254 176 -
CMYK 0.48 0 0.31 0.00
HSL 141.32º 0.98% 0.76% -
HSV(B) 141.32º 0.48% 1% -
XYZ 52.95 79 53.53 -
YUV 208.93 109.41 73.84 -
System Red Green Blue C M Y K H S L
Decimal 133 254 176 0.48 0 0.31 0.00 141.32 0.98 0.76
Hex 85 FE B0 30 0 1F 0 8D 62 4C
Octal 205 376 260 60 0 37 0 215 142 114
Binary 10000101 11111110 10110000 110000 0 11111 0 10001101 1100010 1001100

Color Harmonies of #85FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FEB0

Black with #85FEB0

Text Example


Text Example

White with #85FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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