Html Css Color HEX #85FDB0 Mint Green

📋 copy color: '#85FDB0'

red 133 ◦ green 253 ◦ blue 176

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

Shades of Mint Green #85FDB0

Tints of Mint Green #85FDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.02%

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

R = 23.67%
G = 45.02%
B = 31.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#85FDB0 (or 0x85FDB0) is known color: Mint Green. HEX triplet: 85, FD and B0. RGB value is (133,253,176). Sum of RGB (Red+Green+Blue) = 133+253+176=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FDB0 is #7A024F. Grayscale: #D0D0D0. Windows color (decimal): -7995984 or 11599237. OLE color: 11599237.

HSL color Cylindrical-coordinate representation of color #85FDB0: hue angle of 141.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDB0 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 176 -
CMYK 0.47 0 0.30 0.01
HSL 141.5º 0.97% 0.76% -
HSV(B) 141.5º 0.47% 0.99% -
XYZ 52.63 78.37 53.43 -
YUV 208.34 109.74 74.26 -
System Red Green Blue C M Y K H S L
Decimal 133 253 176 0.47 0 0.30 0.01 141.5 0.97 0.76
Hex 85 FD B0 2F 0 1E 1 8E 61 4C
Octal 205 375 260 57 0 36 1 216 141 114
Binary 10000101 11111101 10110000 101111 0 11110 1 10001110 1100001 1001100

Color Harmonies of #85FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDB0

Black with #85FDB0

Text Example


Text Example

White with #85FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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