#82DD4A

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

Shades of Mantis #82DD4A

Tints of Mantis #82DD4A

Color information

#82DD4A (or 0x82DD4A) is unknown color: approx Mantis. HEX triplet: 82, DD and 4A. RGB value is (130,221,74). Sum of RGB (Red+Green+Blue) = 130+221+74=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82DD4A is #7D22B5. Grayscale: #B1B1B1. Windows color (decimal): -8200886 or 4906370. OLE color: 4906370.

HSL color Cylindrical-coordinate representation of color #82DD4A: hue angle of 97.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82DD4A is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB13022174-
CMYK0.4100.670.13
HSL97.14º68.37%57.84%-
HSV(B)97.14º66.52%86.67%-
XYZ36.356.9515.56-
YUV177.0369.8594.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 221 (86.72% from 255) = 52%
BLUE value IS 74 (29.30% from 255) = 17.41%
R=30.59%
G=52%
B=17.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130221740.4100.670.1397.1468.3757.84
Hex82DD4A29043D61443a
Octal2023351125101031514110472
Binary1000001011011101100101010100101000011110111000011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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