#82C654

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

Shades of Mantis #82C654

Tints of Mantis #82C654

Color information

#82C654 (or 0x82C654) is unknown color: approx Mantis. HEX triplet: 82, C6 and 54. RGB value is (130,198,84). Sum of RGB (Red+Green+Blue) = 130+198+84=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #82C654 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C654 is #7D39AB. Grayscale: #A5A5A5. Windows color (decimal): -8206764 or 5555842. OLE color: 5555842.

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

Color convert

RGB13019884-
CMYK0.3400.580.22
HSL95.79º50%55.29%-
HSV(B)95.79º57.58%77.65%-
XYZ3145.7715.59-
YUV164.6782.47103.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 198 (77.73% from 255) = 48.06%
BLUE value IS 84 (33.20% from 255) = 20.39%
R=31.55%
G=48.06%
B=20.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal130198840.3400.580.2295.795055.29
Hex82C6542203A16603237
Octal20230612442072261406267
Binary100000101100011010101001000100111010101101100000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,198,84); }

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

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

 a { background-color: rgb(130,198,84); }

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

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

 span { border-color: rgb(130,198,84); }

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