#82CD5A

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

Shades of Mantis #82CD5A

Tints of Mantis #82CD5A

Color information

#82CD5A (or 0x82CD5A) is unknown color: approx Mantis. HEX triplet: 82, CD and 5A. RGB value is (130,205,90). Sum of RGB (Red+Green+Blue) = 130+205+90=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 90 (35.55% from 255 or 21.18% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD5A is #7D32A5. Grayscale: #A9A9A9. Windows color (decimal): -8204966 or 5950850. OLE color: 5950850.

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

Color convert

RGB13020590-
CMYK0.3700.560.20
HSL99.13º53.49%57.84%-
HSV(B)99.13º56.1%80.39%-
XYZ32.8849.1517.43-
YUV169.4683.1599.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.59%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 90 (35.55% from 255) = 21.18%
R=30.59%
G=48.24%
B=21.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205900.3700.560.2099.1353.4957.84
Hex82CD5A250381463353a
Octal20231513245070241436572
Binary100000101100110110110101001010111000101001100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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