Html Css Color HEX #82BE62 Mantis

📋 copy color: '#82BE62'

red 130 ◦ green 190 ◦ blue 98

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

Shades of Mantis #82BE62

Tints of Mantis #82BE62

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.45%

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

R = 31.1%
G = 45.45%
B = 23.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#82BE62 (or 0x82BE62) is known color: Mantis. HEX triplet: 82, BE and 62. RGB value is (130,190,98). Sum of RGB (Red+Green+Blue) = 130+190+98=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE62 is #7D419D. Grayscale: #A1A1A1. Windows color (decimal): -8208798 or 6471298. OLE color: 6471298.

HSL color Cylindrical-coordinate representation of color #82BE62: hue angle of 99.13º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BE62 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 190 98 -
CMYK 0.32 0 0.48 0.25
HSL 99.13º 0.41% 0.56% -
HSV(B) 99.13º 0.48% 0.75% -
XYZ 29.82 42.45 18.18 -
YUV 161.57 92.12 105.48 -
System Red Green Blue C M Y K H S L
Decimal 130 190 98 0.32 0 0.48 0.25 99.13 0.41 0.56
Hex 82 BE 62 20 0 30 19 63 29 38
Octal 202 276 142 40 0 60 31 143 51 70
Binary 10000010 10111110 1100010 100000 0 110000 11001 1100011 101001 111000

Color Harmonies of #82BE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BE62

Black with #82BE62

Text Example


Text Example

White with #82BE62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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