Html Css Color HEX #82E050 Mantis

📋 copy color: '#82E050'

red 130 ◦ green 224 ◦ blue 80

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

Shades of Mantis #82E050

Tints of Mantis #82E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.61%

 BLUE value IS 80 (31.64% from 255) = 18.43%

R = 29.95%
G = 51.61%
B = 18.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#82E050 (or 0x82E050) is known color: Mantis. HEX triplet: 82, E0 and 50. RGB value is (130,224,80). Sum of RGB (Red+Green+Blue) = 130+224+80=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #82E050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E050 is #7D1FAF. Grayscale: #B3B3B3. Windows color (decimal): -8200112 or 5300354. OLE color: 5300354.

HSL color Cylindrical-coordinate representation of color #82E050: hue angle of 99.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82E050 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 80 -
CMYK 0.42 0 0.64 0.12
HSL 99.17º 0.7% 0.6% -
HSV(B) 99.17º 0.64% 0.88% -
XYZ 37.31 58.64 16.94 -
YUV 179.48 71.86 92.71 -
System Red Green Blue C M Y K H S L
Decimal 130 224 80 0.42 0 0.64 0.12 99.17 0.7 0.6
Hex 82 E0 50 2A 0 40 C 63 46 3C
Octal 202 340 120 52 0 100 14 143 106 74
Binary 10000010 11100000 1010000 101010 0 1000000 1100 1100011 1000110 111100

Color Harmonies of #82E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E050

Black with #82E050

Text Example


Text Example

White with #82E050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,224,80); }

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

background-color css

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

 a { background-color: rgb(130,224,80); }

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

border-color css

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

 span { border-color: rgb(130,224,80); }

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