Html Css Color HEX #82C040 Mantis

📋 copy color: '#82C040'

red 130 ◦ green 192 ◦ blue 64

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

Shades of Mantis #82C040

Tints of Mantis #82C040

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.74%

 BLUE value IS 64 (25.39% from 255) = 16.58%

R = 33.68%
G = 49.74%
B = 16.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#82C040 (or 0x82C040) is known color: Mantis. HEX triplet: 82, C0 and 40. RGB value is (130,192,64). Sum of RGB (Red+Green+Blue) = 130+192+64=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #82C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C040 is #7D3FBF. Grayscale: #9F9F9F. Windows color (decimal): -8208320 or 4243586. OLE color: 4243586.

HSL color Cylindrical-coordinate representation of color #82C040: hue angle of 89.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82C040 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 64 -
CMYK 0.32 0 0.67 0.25
HSL 89.06º 0.5% 0.5% -
HSV(B) 89.06º 0.67% 0.75% -
XYZ 28.98 42.82 11.59 -
YUV 158.87 74.46 107.41 -
System Red Green Blue C M Y K H S L
Decimal 130 192 64 0.32 0 0.67 0.25 89.06 0.5 0.5
Hex 82 C0 40 20 0 43 19 59 32 32
Octal 202 300 100 40 0 103 31 131 62 62
Binary 10000010 11000000 1000000 100000 0 1000011 11001 1011001 110010 110010

Color Harmonies of #82C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C040

Black with #82C040

Text Example


Text Example

White with #82C040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,192,64); }

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

background-color css

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

 a { background-color: rgb(130,192,64); }

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

border-color css

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

 span { border-color: rgb(130,192,64); }

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