Html Css Color HEX #82BA62 Mantis

📋 copy color: '#82BA62'

red 130 ◦ green 186 ◦ blue 98

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

Shades of Mantis #82BA62

Tints of Mantis #82BA62

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

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

R = 31.4%
G = 44.93%
B = 23.67%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#82BA62 (or 0x82BA62) is known color: Mantis. HEX triplet: 82, BA and 62. RGB value is (130,186,98). Sum of RGB (Red+Green+Blue) = 130+186+98=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 98 (38.67% from 255 or 23.67% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA62 is #7D459D. Grayscale: #9F9F9F. Windows color (decimal): -8209822 or 6470274. OLE color: 6470274.

HSL color Cylindrical-coordinate representation of color #82BA62: hue angle of 98.18º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82BA62 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 186 98 -
CMYK 0.30 0 0.47 0.27
HSL 98.18º 0.39% 0.56% -
HSV(B) 98.18º 0.47% 0.73% -
XYZ 28.97 40.75 17.89 -
YUV 159.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 130 186 98 0.30 0 0.47 0.27 98.18 0.39 0.56
Hex 82 BA 62 1E 0 2F 1B 62 27 38
Octal 202 272 142 36 0 57 33 142 47 70
Binary 10000010 10111010 1100010 11110 0 101111 11011 1100010 100111 111000

Color Harmonies of #82BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA62

Black with #82BA62

Text Example


Text Example

White with #82BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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