#82E155

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

Shades of Mantis #82E155

Tints of Mantis #82E155

Color information

#82E155 (or 0x82E155) is unknown color: approx Mantis. HEX triplet: 82, E1 and 55. RGB value is (130,225,85). Sum of RGB (Red+Green+Blue) = 130+225+85=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #82E155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E155 is #7D1EAA. Grayscale: #B5B5B5. Windows color (decimal): -8199851 or 5628290. OLE color: 5628290.

HSL color Cylindrical-coordinate representation of color #82E155: hue angle of 100.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82E155 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB13022585-
CMYK0.4200.620.12
HSL100.71º70%60.78%-
HSV(B)100.71º62.22%88.24%-
XYZ37.7759.2518.04-
YUV180.6474.0391.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.55%
GREEN value IS 225 (88.28% from 255) = 51.14%
BLUE value IS 85 (33.59% from 255) = 19.32%
R=29.55%
G=51.14%
B=19.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal130225850.4200.620.12100.717060.78
Hex82E1552A03EC65463d
Octal202341125520761414510675
Binary100000101110000110101011010100111110110011001011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82E155; }

 p { color: rgb(130,225,85); }

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

<style>
 a { background-color: #82E155; }

 a { background-color: rgb(130,225,85); }

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

<style>
 span { border-color: #82E155; }

 span { border-color: rgb(130,225,85); }

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