Html Css Color HEX #82DA4D Mantis

📋 copy color: '#82DA4D'

red 130 ◦ green 218 ◦ blue 77

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

Shades of Mantis #82DA4D

Tints of Mantis #82DA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.29%

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

R = 30.59%
G = 51.29%
B = 18.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#82DA4D (or 0x82DA4D) is known color: Mantis. HEX triplet: 82, DA and 4D. RGB value is (130,218,77). Sum of RGB (Red+Green+Blue) = 130+218+77=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA4D is #7D25B2. Grayscale: #B0B0B0. Windows color (decimal): -8201651 or 5102210. OLE color: 5102210.

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

Color convert

RGB 130 218 77 -
CMYK 0.40 0 0.65 0.15
HSL 97.45º 0.66% 0.58% -
HSV(B) 97.45º 0.65% 0.85% -
XYZ 35.62 55.42 15.84 -
YUV 175.61 72.35 95.46 -
System Red Green Blue C M Y K H S L
Decimal 130 218 77 0.40 0 0.65 0.15 97.45 0.66 0.58
Hex 82 DA 4D 28 0 41 F 61 42 3A
Octal 202 332 115 50 0 101 17 141 102 72
Binary 10000010 11011010 1001101 101000 0 1000001 1111 1100001 1000010 111010

Color Harmonies of #82DA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA4D

Black with #82DA4D

Text Example


Text Example

White with #82DA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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