#82C24B

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

Shades of Mantis #82C24B

Tints of Mantis #82C24B

Color information

#82C24B (or 0x82C24B) is unknown color: approx Mantis. HEX triplet: 82, C2 and 4B. RGB value is (130,194,75). Sum of RGB (Red+Green+Blue) = 130+194+75=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #82C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C24B is #7D3DB4. Grayscale: #A1A1A1. Windows color (decimal): -8207797 or 4964994. OLE color: 4964994.

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

Color convert

RGB13019475-
CMYK0.3300.610.24
HSL92.27º49.38%52.75%-
HSV(B)92.27º61.34%76.08%-
XYZ29.7743.8413.55-
YUV161.379.3105.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 194 (76.17% from 255) = 48.62%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=32.58%
G=48.62%
B=18.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal130194750.3300.610.2492.2749.3852.75
Hex82C24B2103D185c3135
Octal20230211341075301346165
Binary100000101100001010010111000010111101110001011100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,194,75); }

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

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

 a { background-color: rgb(130,194,75); }

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

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

 span { border-color: rgb(130,194,75); }

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