#82CD5E

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

Shades of Mantis #82CD5E

Tints of Mantis #82CD5E

Color information

#82CD5E (or 0x82CD5E) is unknown color: approx Mantis. HEX triplet: 82, CD and 5E. RGB value is (130,205,94). Sum of RGB (Red+Green+Blue) = 130+205+94=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD5E is #7D32A1. Grayscale: #AAAAAA. Windows color (decimal): -8204962 or 6212994. OLE color: 6212994.

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

Color convert

RGB13020594-
CMYK0.3700.540.20
HSL100.54º52.61%58.63%-
HSV(B)100.54º54.15%80.39%-
XYZ33.0649.2218.35-
YUV169.9285.1599.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.30%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 94 (37.11% from 255) = 21.91%
R=30.30%
G=47.79%
B=21.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205940.3700.540.20100.5452.6158.63
Hex82CD5E250361465353b
Octal20231513645066241456573
Binary100000101100110110111101001010110110101001100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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