Html Css Color HEX #82DB4D Mantis

📋 copy color: '#82DB4D'

red 130 ◦ green 219 ◦ blue 77

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

Shades of Mantis #82DB4D

Tints of Mantis #82DB4D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.41%

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

R = 30.52%
G = 51.41%
B = 18.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#82DB4D (or 0x82DB4D) is known color: Mantis. HEX triplet: 82, DB and 4D. RGB value is (130,219,77). Sum of RGB (Red+Green+Blue) = 130+219+77=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DB4D is #7D24B2. Grayscale: #B0B0B0. Windows color (decimal): -8201395 or 5102466. OLE color: 5102466.

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

Color convert

RGB 130 219 77 -
CMYK 0.41 0 0.65 0.14
HSL 97.61º 0.66% 0.58% -
HSV(B) 97.61º 0.65% 0.86% -
XYZ 35.88 55.94 15.93 -
YUV 176.2 72.01 95.05 -
System Red Green Blue C M Y K H S L
Decimal 130 219 77 0.41 0 0.65 0.14 97.61 0.66 0.58
Hex 82 DB 4D 29 0 41 E 62 42 3A
Octal 202 333 115 51 0 101 16 142 102 72
Binary 10000010 11011011 1001101 101001 0 1000001 1110 1100010 1000010 111010

Color Harmonies of #82DB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DB4D

Black with #82DB4D

Text Example


Text Example

White with #82DB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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