Html Css Color HEX #82C15E Mantis

📋 copy color: '#82C15E'

red 130 ◦ green 193 ◦ blue 94

#82C15E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #82C15E

Tints of Mantis #82C15E

RGB

 RED value IS 130 (51.17% from 255) = 31.18%

 GREEN value IS 193 (75.78% from 255) = 46.28%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 31.18%
G = 46.28%
B = 22.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#82C15E (or 0x82C15E) is known color: Mantis. HEX triplet: 82, C1 and 5E. RGB value is (130,193,94). Sum of RGB (Red+Green+Blue) = 130+193+94=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #82C15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C15E is #7D3EA1. Grayscale: #A3A3A3. Windows color (decimal): -8208034 or 6209922. OLE color: 6209922.

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

Color convert

RGB 130 193 94 -
CMYK 0.33 0 0.51 0.24
HSL 98.18º 0.44% 0.56% -
HSV(B) 98.18º 0.51% 0.76% -
XYZ 30.3 43.69 17.43 -
YUV 162.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 130 193 94 0.33 0 0.51 0.24 98.18 0.44 0.56
Hex 82 C1 5E 21 0 33 18 62 2C 38
Octal 202 301 136 41 0 63 30 142 54 70
Binary 10000010 11000001 1011110 100001 0 110011 11000 1100010 101100 111000

Color Harmonies of #82C15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C15E

Black with #82C15E

Text Example


Text Example

White with #82C15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,193,94); }

 H1.HeaderClassName
 {
   color: #82C15E;
 }
 .AnyTagClassName
 {
   color: #82C15E;
 }
</style>

background-color css

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

 a { background-color: rgb(130,193,94); }

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

border-color css

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

 span { border-color: rgb(130,193,94); }

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