Html Css Color HEX #82BE66 Mantis

📋 copy color: '#82BE66'

red 130 ◦ green 190 ◦ blue 102

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

Shades of Mantis #82BE66

Tints of Mantis #82BE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.17%

R = 30.81%
G = 45.02%
B = 24.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#82BE66 (or 0x82BE66) is known color: Mantis. HEX triplet: 82, BE and 66. RGB value is (130,190,102). Sum of RGB (Red+Green+Blue) = 130+190+102=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #82BE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BE66 is #7D4199. Grayscale: #A2A2A2. Windows color (decimal): -8208794 or 6733442. OLE color: 6733442.

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

Color convert

RGB 130 190 102 -
CMYK 0.32 0 0.46 0.25
HSL 100.91º 0.4% 0.57% -
HSV(B) 100.91º 0.46% 0.75% -
XYZ 30.02 42.53 19.2 -
YUV 162.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 130 190 102 0.32 0 0.46 0.25 100.91 0.4 0.57
Hex 82 BE 66 20 0 2E 19 65 28 39
Octal 202 276 146 40 0 56 31 145 50 71
Binary 10000010 10111110 1100110 100000 0 101110 11001 1100101 101000 111001

Color Harmonies of #82BE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BE66

Black with #82BE66

Text Example


Text Example

White with #82BE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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