Html Css Color HEX #82C140 Mantis

📋 copy color: '#82C140'

red 130 ◦ green 193 ◦ blue 64

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

Shades of Mantis #82C140

Tints of Mantis #82C140

RGB

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

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

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

R = 33.59%
G = 49.87%
B = 16.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#82C140 (or 0x82C140) is known color: Mantis. HEX triplet: 82, C1 and 40. RGB value is (130,193,64). Sum of RGB (Red+Green+Blue) = 130+193+64=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #82C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C140 is #7D3EBF. Grayscale: #9F9F9F. Windows color (decimal): -8208064 or 4243842. OLE color: 4243842.

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

Color convert

RGB 130 193 64 -
CMYK 0.33 0 0.67 0.24
HSL 89.3º 0.51% 0.5% -
HSV(B) 89.3º 0.67% 0.76% -
XYZ 29.2 43.26 11.66 -
YUV 159.46 74.13 106.99 -
System Red Green Blue C M Y K H S L
Decimal 130 193 64 0.33 0 0.67 0.24 89.3 0.51 0.5
Hex 82 C1 40 21 0 43 18 59 33 32
Octal 202 301 100 41 0 103 30 131 63 62
Binary 10000010 11000001 1000000 100001 0 1000011 11000 1011001 110011 110010

Color Harmonies of #82C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C140

Black with #82C140

Text Example


Text Example

White with #82C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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