#85FD9D

Color #85FD9D Mint Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Green #85FD9D

Tints of Mint Green #85FD9D

Color information

#85FD9D (or 0x85FD9D) is unknown color: approx Mint Green. HEX triplet: 85, FD and 9D. RGB value is (133,253,157). Sum of RGB (Red+Green+Blue) = 133+253+157=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FD9D is #7A0262. Grayscale: #CECECE. Windows color (decimal): -7996003 or 10354053. OLE color: 10354053.

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

Color convert

RGB133253157-
CMYK0.4700.380.01
HSL132º96.77%75.69%-
HSV(B)132º47.43%99.22%-
XYZ50.8877.6744.21-
YUV206.18100.2475.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 253 (99.22% from 255) = 46.59%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=24.49%
G=46.59%
B=28.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332531570.4700.380.0113296.7775.69
Hex85FD9D2F026184614c
Octal205375235570461204141114
Binary100001011111110110011101101111010011011000010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85FD9D;
 }
 .AnyTagClassName
 {
   color: #85FD9D;
 }
</style>
background-color css

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

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

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

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

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

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