#82CD4D

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

Shades of Mantis #82CD4D

Tints of Mantis #82CD4D

Color information

#82CD4D (or 0x82CD4D) is unknown color: approx Mantis. HEX triplet: 82, CD and 4D. RGB value is (130,205,77). Sum of RGB (Red+Green+Blue) = 130+205+77=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD4D is #7D32B2. Grayscale: #A8A8A8. Windows color (decimal): -8204979 or 5098882. OLE color: 5098882.

HSL color Cylindrical-coordinate representation of color #82CD4D: hue angle of 95.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82CD4D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB13020577-
CMYK0.3700.620.20
HSL95.16º56.14%55.29%-
HSV(B)95.16º62.44%80.39%-
XYZ32.3848.9414.76-
YUV167.9876.65100.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 205 (80.47% from 255) = 49.76%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=31.55%
G=49.76%
B=18.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205770.3700.620.2095.1656.1455.29
Hex82CD4D2503E145f3837
Octal20231511545076241377067
Binary100000101100110110011011001010111110101001011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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