Html Css Color HEX #82D84D Mantis

📋 copy color: '#82D84D'

red 130 ◦ green 216 ◦ blue 77

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

Shades of Mantis #82D84D

Tints of Mantis #82D84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.06%

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

R = 30.73%
G = 51.06%
B = 18.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#82D84D (or 0x82D84D) is known color: Mantis. HEX triplet: 82, D8 and 4D. RGB value is (130,216,77). Sum of RGB (Red+Green+Blue) = 130+216+77=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #82D84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D84D is #7D27B2. Grayscale: #AEAEAE. Windows color (decimal): -8202163 or 5101698. OLE color: 5101698.

HSL color Cylindrical-coordinate representation of color #82D84D: hue angle of 97.12º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82D84D is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 77 -
CMYK 0.40 0 0.64 0.15
HSL 97.12º 0.64% 0.57% -
HSV(B) 97.12º 0.64% 0.85% -
XYZ 35.1 54.39 15.67 -
YUV 174.44 73.01 96.3 -
System Red Green Blue C M Y K H S L
Decimal 130 216 77 0.40 0 0.64 0.15 97.12 0.64 0.57
Hex 82 D8 4D 28 0 40 F 61 40 39
Octal 202 330 115 50 0 100 17 141 100 71
Binary 10000010 11011000 1001101 101000 0 1000000 1111 1100001 1000000 111001

Color Harmonies of #82D84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D84D

Black with #82D84D

Text Example


Text Example

White with #82D84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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