Html Css Color HEX #82B950 Mantis

📋 copy color: '#82B950'

red 130 ◦ green 185 ◦ blue 80

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

Shades of Mantis #82B950

Tints of Mantis #82B950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 32.91%
G = 46.84%
B = 20.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#82B950 (or 0x82B950) is known color: Mantis. HEX triplet: 82, B9 and 50. RGB value is (130,185,80). Sum of RGB (Red+Green+Blue) = 130+185+80=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #82B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B950 is #7D46AF. Grayscale: #9C9C9C. Windows color (decimal): -8210096 or 5290370. OLE color: 5290370.

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

Color convert

RGB 130 185 80 -
CMYK 0.30 0 0.57 0.27
HSL 91.43º 0.43% 0.52% -
HSV(B) 91.43º 0.57% 0.73% -
XYZ 28 40.02 13.84 -
YUV 156.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 130 185 80 0.30 0 0.57 0.27 91.43 0.43 0.52
Hex 82 B9 50 1E 0 39 1B 5B 2B 34
Octal 202 271 120 36 0 71 33 133 53 64
Binary 10000010 10111001 1010000 11110 0 111001 11011 1011011 101011 110100

Color Harmonies of #82B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B950

Black with #82B950

Text Example


Text Example

White with #82B950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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