Html Css Color HEX #82DA62 Mantis

📋 copy color: '#82DA62'

red 130 ◦ green 218 ◦ blue 98

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

Shades of Mantis #82DA62

Tints of Mantis #82DA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.97%

R = 29.15%
G = 48.88%
B = 21.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#82DA62 (or 0x82DA62) is known color: Mantis. HEX triplet: 82, DA and 62. RGB value is (130,218,98). Sum of RGB (Red+Green+Blue) = 130+218+98=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 98 (38.67% from 255 or 21.97% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA62 is #7D259D. Grayscale: #B2B2B2. Windows color (decimal): -8201630 or 6478466. OLE color: 6478466.

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

Color convert

RGB 130 218 98 -
CMYK 0.40 0 0.55 0.15
HSL 104º 0.62% 0.62% -
HSV(B) 104º 0.55% 0.85% -
XYZ 36.48 55.77 20.4 -
YUV 178.01 82.85 93.76 -
System Red Green Blue C M Y K H S L
Decimal 130 218 98 0.40 0 0.55 0.15 104 0.62 0.62
Hex 82 DA 62 28 0 37 F 68 3E 3E
Octal 202 332 142 50 0 67 17 150 76 76
Binary 10000010 11011010 1100010 101000 0 110111 1111 1101000 111110 111110

Color Harmonies of #82DA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA62

Black with #82DA62

Text Example


Text Example

White with #82DA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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