#82E14F

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

Shades of Mantis #82E14F

Tints of Mantis #82E14F

Color information

#82E14F (or 0x82E14F) is unknown color: approx Mantis. HEX triplet: 82, E1 and 4F. RGB value is (130,225,79). Sum of RGB (Red+Green+Blue) = 130+225+79=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 225 (88.28% from 255 or 51.84% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 225 - color contains mainly: green. Hex color #82E14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E14F is #7D1EB0. Grayscale: #B4B4B4. Windows color (decimal): -8199857 or 5235074. OLE color: 5235074.

HSL color Cylindrical-coordinate representation of color #82E14F: hue angle of 99.04º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82E14F is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB13022579-
CMYK0.4200.650.12
HSL99.04º70.87%59.61%-
HSV(B)99.04º64.89%88.24%-
XYZ37.5459.1616.84-
YUV179.9571.0392.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 225 (88.28% from 255) = 51.84%
BLUE value IS 79 (31.25% from 255) = 18.20%
R=29.95%
G=51.84%
B=18.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal130225790.4200.650.1299.0470.8759.61
Hex82E14F2A041C63473c
Octal2023411175201011414310774
Binary1000001011100001100111110101001000001110011000111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,225,79); }

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

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

 a { background-color: rgb(130,225,79); }

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

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

 span { border-color: rgb(130,225,79); }

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