#82C948

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

Shades of Mantis #82C948

Tints of Mantis #82C948

Color information

#82C948 (or 0x82C948) is unknown color: approx Mantis. HEX triplet: 82, C9 and 48. RGB value is (130,201,72). Sum of RGB (Red+Green+Blue) = 130+201+72=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #82C948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C948 is #7D36B7. Grayscale: #A5A5A5. Windows color (decimal): -8206008 or 4770178. OLE color: 4770178.

HSL color Cylindrical-coordinate representation of color #82C948: hue angle of 93.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82C948 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB13020172-
CMYK0.3500.640.21
HSL93.02º54.43%53.53%-
HSV(B)93.02º64.18%78.82%-
XYZ31.2646.9913.55-
YUV165.0675.48102.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 201 (78.91% from 255) = 49.88%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=32.26%
G=49.88%
B=17.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal130201720.3500.640.2193.0254.4353.53
Hex82C94823040155d3636
Octal202311110430100251356666
Binary1000001011001001100100010001101000000101011011101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,201,72); }

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

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

 a { background-color: rgb(130,201,72); }

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

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

 span { border-color: rgb(130,201,72); }

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