Html Css Color HEX #82D764 Mantis

📋 copy color: '#82D764'

red 130 ◦ green 215 ◦ blue 100

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

Shades of Mantis #82D764

Tints of Mantis #82D764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.31%

 BLUE value IS 100 (39.45% from 255) = 22.47%

R = 29.21%
G = 48.31%
B = 22.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#82D764 (or 0x82D764) is known color: Mantis. HEX triplet: 82, D7 and 64. RGB value is (130,215,100). Sum of RGB (Red+Green+Blue) = 130+215+100=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #82D764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D764 is #7D289B. Grayscale: #B0B0B0. Windows color (decimal): -8202396 or 6608770. OLE color: 6608770.

HSL color Cylindrical-coordinate representation of color #82D764: hue angle of 104.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82D764 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 100 -
CMYK 0.40 0 0.53 0.16
HSL 104.35º 0.59% 0.62% -
HSV(B) 104.35º 0.53% 0.84% -
XYZ 35.81 54.27 20.64 -
YUV 176.48 84.84 94.85 -
System Red Green Blue C M Y K H S L
Decimal 130 215 100 0.40 0 0.53 0.16 104.35 0.59 0.62
Hex 82 D7 64 28 0 35 10 68 3B 3E
Octal 202 327 144 50 0 65 20 150 73 76
Binary 10000010 11010111 1100100 101000 0 110101 10000 1101000 111011 111110

Color Harmonies of #82D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D764

Black with #82D764

Text Example


Text Example

White with #82D764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,215,100); }

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

background-color css

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

 a { background-color: rgb(130,215,100); }

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

border-color css

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

 span { border-color: rgb(130,215,100); }

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