#82EA4A

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

Shades of Mantis #82EA4A

Tints of Mantis #82EA4A

Color information

#82EA4A (or 0x82EA4A) is unknown color: approx Mantis. HEX triplet: 82, EA and 4A. RGB value is (130,234,74). Sum of RGB (Red+Green+Blue) = 130+234+74=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 234 (91.80% from 255 or 53.42% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EA4A is #7D15B5. Grayscale: #B9B9B9. Windows color (decimal): -8197558 or 4909698. OLE color: 4909698.

HSL color Cylindrical-coordinate representation of color #82EA4A: hue angle of 99º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82EA4A is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB13023474-
CMYK0.4400.680.08
HSL99º79.21%60.39%-
HSV(B)99º68.38%91.76%-
XYZ39.8664.0916.75-
YUV184.6665.5489.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.68%
GREEN value IS 234 (91.80% from 255) = 53.42%
BLUE value IS 74 (29.30% from 255) = 16.89%
R=29.68%
G=53.42%
B=16.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal130234740.4400.680.089979.2160.39
Hex82EA4A2C0448634f3c
Octal2023521125401041014311774
Binary1000001011101010100101010110001000100100011000111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,74); }

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

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

 a { background-color: rgb(130,234,74); }

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

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

 span { border-color: rgb(130,234,74); }

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