#82C551

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

Shades of Mantis #82C551

Tints of Mantis #82C551

Color information

#82C551 (or 0x82C551) is unknown color: approx Mantis. HEX triplet: 82, C5 and 51. RGB value is (130,197,81). Sum of RGB (Red+Green+Blue) = 130+197+81=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #82C551 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C551 is #7D3AAE. Grayscale: #A4A4A4. Windows color (decimal): -8207023 or 5358978. OLE color: 5358978.

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

Color convert

RGB13019781-
CMYK0.3400.590.23
HSL94.66º50%54.51%-
HSV(B)94.66º58.88%77.25%-
XYZ30.6645.2714.91-
YUV163.7481.3103.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=31.86%
G=48.28%
B=19.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal130197810.3400.590.2394.665054.51
Hex82C5512203B175f3237
Octal20230512142073271376267
Binary100000101100010110100011000100111011101111011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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