Html Css Color HEX #82E34A Mantis

📋 copy color: '#82E34A'

red 130 ◦ green 227 ◦ blue 74

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

Shades of Mantis #82E34A

Tints of Mantis #82E34A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.17%

R = 30.16%
G = 52.67%
B = 17.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#82E34A (or 0x82E34A) is known color: Mantis. HEX triplet: 82, E3 and 4A. RGB value is (130,227,74). Sum of RGB (Red+Green+Blue) = 130+227+74=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #82E34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82E34A is #7D1CB5. Grayscale: #B5B5B5. Windows color (decimal): -8199350 or 4907906. OLE color: 4907906.

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

Color convert

RGB 130 227 74 -
CMYK 0.43 0 0.67 0.11
HSL 98.04º 0.73% 0.59% -
HSV(B) 98.04º 0.67% 0.89% -
XYZ 37.91 60.18 16.1 -
YUV 180.56 67.86 91.94 -
System Red Green Blue C M Y K H S L
Decimal 130 227 74 0.43 0 0.67 0.11 98.04 0.73 0.59
Hex 82 E3 4A 2B 0 43 B 62 49 3B
Octal 202 343 112 53 0 103 13 142 111 73
Binary 10000010 11100011 1001010 101011 0 1000011 1011 1100010 1001001 111011

Color Harmonies of #82E34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E34A

Black with #82E34A

Text Example


Text Example

White with #82E34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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