#82D55E

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

Shades of Mantis #82D55E

Tints of Mantis #82D55E

Color information

#82D55E (or 0x82D55E) is unknown color: approx Mantis. HEX triplet: 82, D5 and 5E. RGB value is (130,213,94). Sum of RGB (Red+Green+Blue) = 130+213+94=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #82D55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D55E is #7D2AA1. Grayscale: #AFAFAF. Windows color (decimal): -8202914 or 6215042. OLE color: 6215042.

HSL color Cylindrical-coordinate representation of color #82D55E: hue angle of 101.85º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82D55E is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB13021394-
CMYK0.3900.560.16
HSL101.85º58.62%60.2%-
HSV(B)101.85º55.87%83.53%-
XYZ35.0253.1419-
YUV174.6282.596.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 213 (83.59% from 255) = 48.74%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=29.75%
G=48.74%
B=21.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130213940.3900.560.16101.8558.6260.2
Hex82D55E2703810663b3c
Octal20232513647070201467374
Binary100000101101010110111101001110111000100001100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,213,94); }

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

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

 a { background-color: rgb(130,213,94); }

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

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

 span { border-color: rgb(130,213,94); }

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