#85E65C

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

Shades of Mantis #85E65C

Tints of Mantis #85E65C

Color information

#85E65C (or 0x85E65C) is unknown color: approx Mantis. HEX triplet: 85, E6 and 5C. RGB value is (133,230,92). Sum of RGB (Red+Green+Blue) = 133+230+92=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #85E65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E65C is #7A19A3. Grayscale: #B9B9B9. Windows color (decimal): -8001956 or 6088325. OLE color: 6088325.

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

Color convert

RGB13323092-
CMYK0.4200.600.10
HSL102.17º73.4%63.14%-
HSV(B)102.17º60%90.2%-
XYZ39.962.3520.06-
YUV185.2675.3690.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 230 (90.23% from 255) = 50.55%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=29.23%
G=50.55%
B=20.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133230920.4200.600.10102.1773.463.14
Hex85E65C2A03CA66493f
Octal205346134520741214611177
Binary100001011110011010111001010100111100101011001101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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