#85E45C

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

Shades of Mantis #85E45C

Tints of Mantis #85E45C

Color information

#85E45C (or 0x85E45C) is unknown color: approx Mantis. HEX triplet: 85, E4 and 5C. RGB value is (133,228,92). Sum of RGB (Red+Green+Blue) = 133+228+92=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #85E45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E45C is #7A1BA3. Grayscale: #B8B8B8. Windows color (decimal): -8002468 or 6087813. OLE color: 6087813.

HSL color Cylindrical-coordinate representation of color #85E45C: hue angle of 101.91º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #85E45C is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB13322892-
CMYK0.4200.600.11
HSL101.91º71.58%62.75%-
HSV(B)101.91º59.65%89.41%-
XYZ39.3561.2519.87-
YUV184.0976.0391.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.36%
GREEN value IS 228 (89.45% from 255) = 50.33%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=29.36%
G=50.33%
B=20.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133228920.4200.600.11101.9171.5862.75
Hex85E45C2A03CB66483f
Octal205344134520741314611077
Binary100001011110010010111001010100111100101111001101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,228,92); }

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

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

 a { background-color: rgb(133,228,92); }

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

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

 span { border-color: rgb(133,228,92); }

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