#82C25A

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

Shades of Mantis #82C25A

Tints of Mantis #82C25A

Color information

#82C25A (or 0x82C25A) is unknown color: approx Mantis. HEX triplet: 82, C2 and 5A. RGB value is (130,194,90). Sum of RGB (Red+Green+Blue) = 130+194+90=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #82C25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C25A is #7D3DA5. Grayscale: #A3A3A3. Windows color (decimal): -8207782 or 5948034. OLE color: 5948034.

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

Color convert

RGB13019490-
CMYK0.3300.540.24
HSL96.92º46.02%55.69%-
HSV(B)96.92º53.61%76.08%-
XYZ30.3444.0716.58-
YUV163.0186.8104.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 194 (76.17% from 255) = 46.86%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=31.40%
G=46.86%
B=21.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130194900.3300.540.2496.9246.0255.69
Hex82C25A2103618612e38
Octal20230213241066301415670
Binary100000101100001010110101000010110110110001100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,194,90); }

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

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

 a { background-color: rgb(130,194,90); }

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

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

 span { border-color: rgb(130,194,90); }

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