Html Css Color HEX #82E34D Mantis

📋 copy color: '#82E34D'

red 130 ◦ green 227 ◦ blue 77

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

Shades of Mantis #82E34D

Tints of Mantis #82E34D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.3%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 29.95%
G = 52.3%
B = 17.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#82E34D (or 0x82E34D) is known color: Mantis. HEX triplet: 82, E3 and 4D. RGB value is (130,227,77). Sum of RGB (Red+Green+Blue) = 130+227+77=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 227 (89.06% from 255 or 52.30% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 227 - color contains mainly: green. Hex color #82E34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E34D is #7D1CB2. Grayscale: #B5B5B5. Windows color (decimal): -8199347 or 5104514. OLE color: 5104514.

HSL color Cylindrical-coordinate representation of color #82E34D: hue angle of 98.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82E34D is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 227 77 -
CMYK 0.43 0 0.66 0.11
HSL 98.8º 0.73% 0.6% -
HSV(B) 98.8º 0.66% 0.89% -
XYZ 38.01 60.22 16.64 -
YUV 180.9 69.36 91.7 -
System Red Green Blue C M Y K H S L
Decimal 130 227 77 0.43 0 0.66 0.11 98.8 0.73 0.6
Hex 82 E3 4D 2B 0 42 B 63 49 3C
Octal 202 343 115 53 0 102 13 143 111 74
Binary 10000010 11100011 1001101 101011 0 1000010 1011 1100011 1001001 111100

Color Harmonies of #82E34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E34D

Black with #82E34D

Text Example


Text Example

White with #82E34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,227,77); }

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

background-color css

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

 a { background-color: rgb(130,227,77); }

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

border-color css

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

 span { border-color: rgb(130,227,77); }

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