#82C45F

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

Shades of Mantis #82C45F

Tints of Mantis #82C45F

Color information

#82C45F (or 0x82C45F) is unknown color: approx Mantis. HEX triplet: 82, C4 and 5F. RGB value is (130,196,95). Sum of RGB (Red+Green+Blue) = 130+196+95=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 196 - color contains mainly: green. Hex color #82C45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C45F is #7D3BA0. Grayscale: #A5A5A5. Windows color (decimal): -8207265 or 6276226. OLE color: 6276226.

HSL color Cylindrical-coordinate representation of color #82C45F: hue angle of 99.21º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82C45F is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB13019695-
CMYK0.3400.520.23
HSL99.21º46.12%57.06%-
HSV(B)99.21º51.53%76.86%-
XYZ31.0145.0517.89-
YUV164.7588.63103.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.88%
GREEN value IS 196 (76.95% from 255) = 46.56%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=30.88%
G=46.56%
B=22.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130196950.3400.520.2399.2146.1257.06
Hex82C45F2203417632e39
Octal20230413742064271435671
Binary100000101100010010111111000100110100101111100011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,196,95); }

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

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

 a { background-color: rgb(130,196,95); }

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

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

 span { border-color: rgb(130,196,95); }

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