Html Css Color HEX #82B95E Mantis

📋 copy color: '#82B95E'

red 130 ◦ green 185 ◦ blue 94

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

Shades of Mantis #82B95E

Tints of Mantis #82B95E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

 BLUE value IS 94 (37.11% from 255) = 22.98%

R = 31.78%
G = 45.23%
B = 22.98%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#82B95E (or 0x82B95E) is known color: Mantis. HEX triplet: 82, B9 and 5E. RGB value is (130,185,94). Sum of RGB (Red+Green+Blue) = 130+185+94=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #82B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B95E is #7D46A1. Grayscale: #9E9E9E. Windows color (decimal): -8210082 or 6207874. OLE color: 6207874.

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

Color convert

RGB 130 185 94 -
CMYK 0.30 0 0.49 0.27
HSL 96.26º 0.39% 0.55% -
HSV(B) 96.26º 0.49% 0.73% -
XYZ 28.58 40.25 16.85 -
YUV 158.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 130 185 94 0.30 0 0.49 0.27 96.26 0.39 0.55
Hex 82 B9 5E 1E 0 31 1B 60 27 37
Octal 202 271 136 36 0 61 33 140 47 67
Binary 10000010 10111001 1011110 11110 0 110001 11011 1100000 100111 110111

Color Harmonies of #82B95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B95E

Black with #82B95E

Text Example


Text Example

White with #82B95E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,185,94); }

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

background-color css

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

 a { background-color: rgb(130,185,94); }

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

border-color css

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

 span { border-color: rgb(130,185,94); }

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