#82C34E

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

Shades of Mantis #82C34E

Tints of Mantis #82C34E

Color information

#82C34E (or 0x82C34E) is unknown color: approx Mantis. HEX triplet: 82, C3 and 4E. RGB value is (130,195,78). Sum of RGB (Red+Green+Blue) = 130+195+78=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #82C34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C34E is #7D3CB1. Grayscale: #A2A2A2. Windows color (decimal): -8207538 or 5161858. OLE color: 5161858.

HSL color Cylindrical-coordinate representation of color #82C34E: hue angle of 93.33º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82C34E is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB13019578-
CMYK0.3300.60.24
HSL93.33º49.37%53.53%-
HSV(B)93.33º60%76.47%-
XYZ30.144.3314.18-
YUV162.2380.47105.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=32.26%
G=48.39%
B=19.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130195780.3300.60.2493.3349.3753.53
Hex82C34E2103C185d3136
Octal20230311641074301356166
Binary100000101100001110011101000010111100110001011101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,195,78); }

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

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

 a { background-color: rgb(130,195,78); }

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

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

 span { border-color: rgb(130,195,78); }

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