#85ED55

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

Shades of Mantis #85ED55

Tints of Mantis #85ED55

Color information

#85ED55 (or 0x85ED55) is unknown color: approx Mantis. HEX triplet: 85, ED and 55. RGB value is (133,237,85). Sum of RGB (Red+Green+Blue) = 133+237+85=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED55 is #7A12AA. Grayscale: #BDBDBD. Windows color (decimal): -8000171 or 5631365. OLE color: 5631365.

HSL color Cylindrical-coordinate representation of color #85ED55: hue angle of 101.05º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #85ED55 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB13323785-
CMYK0.4400.640.07
HSL101.05º80.85%63.14%-
HSV(B)101.05º64.14%92.94%-
XYZ41.666.2119.18-
YUV188.5869.5488.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 237 (92.97% from 255) = 52.09%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=29.23%
G=52.09%
B=18.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133237850.4400.640.07101.0580.8563.14
Hex85ED552C040765513f
Octal205355125540100714512177
Binary100001011110110110101011011000100000011111001011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ED55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,237,85); }

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

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

 a { background-color: rgb(133,237,85); }

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

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

 span { border-color: rgb(133,237,85); }

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