#82C351

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

Shades of Mantis #82C351

Tints of Mantis #82C351

Color information

#82C351 (or 0x82C351) is unknown color: approx Mantis. HEX triplet: 82, C3 and 51. RGB value is (130,195,81). Sum of RGB (Red+Green+Blue) = 130+195+81=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #82C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C351 is #7D3CAE. Grayscale: #A2A2A2. Windows color (decimal): -8207535 or 5358466. OLE color: 5358466.

HSL color Cylindrical-coordinate representation of color #82C351: hue angle of 94.21º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82C351 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB13019581-
CMYK0.3300.580.24
HSL94.21º48.72%54.12%-
HSV(B)94.21º58.46%76.47%-
XYZ30.2144.3714.76-
YUV162.5781.97104.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 195 (76.56% from 255) = 48.03%
BLUE value IS 81 (32.03% from 255) = 19.95%
R=32.02%
G=48.03%
B=19.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130195810.3300.580.2494.2148.7254.12
Hex82C3512103A185e3136
Octal20230312141072301366166
Binary100000101100001110100011000010111010110001011110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,195,81); }

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

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

 a { background-color: rgb(130,195,81); }

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

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

 span { border-color: rgb(130,195,81); }

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