#82c74d

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

Shades of Mantis #82C74D

Tints of Mantis #82C74D

Color information

#82C74D (or 0x82C74D) is unknown color: approx Mantis. HEX triplet: 82, C7 and 4D. RGB value is (130,199,77). Sum of RGB (Red+Green+Blue) = 130+199+77=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 77 (30.47% from 255 or 18.97% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #82C74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C74D is #7D38B2. Grayscale: #A4A4A4. Windows color (decimal): -8206515 or 5097346. OLE color: 5097346.

HSL color Cylindrical-coordinate representation of color #82C74D: hue angle of 93.93º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82C74D is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB13019977-
CMYK0.3500.610.22
HSL93.93º52.14%54.12%-
HSV(B)93.93º61.31%78.04%-
XYZ30.9746.1314.29-
YUV164.4678.64103.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 199 (78.12% from 255) = 49.01%
BLUE value IS 77 (30.47% from 255) = 18.97%
R=32.02%
G=49.01%
B=18.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130199770.3500.610.2293.9352.1454.12
Hex82C74D2303D165e3436
Octal20230711543075261366466
Binary100000101100011110011011000110111101101101011110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82c74d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,199,77); }

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

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

 a { background-color: rgb(130,199,77); }

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

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

 span { border-color: rgb(130,199,77); }

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