Html Css Color HEX #82BF49 Mantis

📋 copy color: '#82BF49'

red 130 ◦ green 191 ◦ blue 73

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

Shades of Mantis #82BF49

Tints of Mantis #82BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 48.48%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 32.99%
G = 48.48%
B = 18.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#82BF49 (or 0x82BF49) is known color: Mantis. HEX triplet: 82, BF and 49. RGB value is (130,191,73). Sum of RGB (Red+Green+Blue) = 130+191+73=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF49 is #7D40B6. Grayscale: #9F9F9F. Windows color (decimal): -8208567 or 4833154. OLE color: 4833154.

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

Color convert

RGB 130 191 73 -
CMYK 0.32 0 0.62 0.25
HSL 91.02º 0.48% 0.52% -
HSV(B) 91.02º 0.62% 0.75% -
XYZ 29.04 42.49 12.97 -
YUV 159.31 79.29 107.09 -
System Red Green Blue C M Y K H S L
Decimal 130 191 73 0.32 0 0.62 0.25 91.02 0.48 0.52
Hex 82 BF 49 20 0 3E 19 5B 30 34
Octal 202 277 111 40 0 76 31 133 60 64
Binary 10000010 10111111 1001001 100000 0 111110 11001 1011011 110000 110100

Color Harmonies of #82BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF49

Black with #82BF49

Text Example


Text Example

White with #82BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,191,73); }

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

background-color css

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

 a { background-color: rgb(130,191,73); }

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

border-color css

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

 span { border-color: rgb(130,191,73); }

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