#85E360

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

Shades of Mantis #85E360

Tints of Mantis #85E360

Color information

#85E360 (or 0x85E360) is unknown color: approx Mantis. HEX triplet: 85, E3 and 60. RGB value is (133,227,96). Sum of RGB (Red+Green+Blue) = 133+227+96=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #85E360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E360 is #7A1C9F. Grayscale: #B8B8B8. Windows color (decimal): -8002720 or 6349701. OLE color: 6349701.

HSL color Cylindrical-coordinate representation of color #85E360: hue angle of 103.05º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85E360 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB13322796-
CMYK0.4100.580.11
HSL103.05º70.05%63.33%-
HSV(B)103.05º57.71%89.02%-
XYZ39.2560.7720.73-
YUV183.9678.3691.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.17%
GREEN value IS 227 (89.06% from 255) = 49.78%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=29.17%
G=49.78%
B=21.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133227960.4100.580.11103.0570.0563.33
Hex85E3602903AB67463f
Octal205343140510721314710677
Binary100001011110001111000001010010111010101111001111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,227,96); }

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

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

 a { background-color: rgb(133,227,96); }

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

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

 span { border-color: rgb(133,227,96); }

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