#85FF93

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

Shades of Mint Green #85FF93

Tints of Mint Green #85FF93

Color information

#85FF93 (or 0x85FF93) is unknown color: approx Mint Green. HEX triplet: 85, FF and 93. RGB value is (133,255,147). Sum of RGB (Red+Green+Blue) = 133+255+147=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF93 is #7A006C. Grayscale: #CECECE. Windows color (decimal): -7995501 or 9699205. OLE color: 9699205.

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

Color convert

RGB133255147-
CMYK0.4800.420
HSL126.89º100%76.08%-
HSV(B)126.89º47.84%100%-
XYZ50.778.6140.11-
YUV206.2194.5875.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=24.86%
G=47.66%
B=27.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332551470.4800.420126.8910076.08
Hex85FF933002A07f644c
Octal205377223600520177144114
Binary10000101111111111001001111000001010100111111111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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