Html Css Color HEX #82BC49 Mantis

📋 copy color: '#82BC49'

red 130 ◦ green 188 ◦ blue 73

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

Shades of Mantis #82BC49

Tints of Mantis #82BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

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

R = 33.25%
G = 48.08%
B = 18.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#82BC49 (or 0x82BC49) is known color: Mantis. HEX triplet: 82, BC and 49. RGB value is (130,188,73). Sum of RGB (Red+Green+Blue) = 130+188+73=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC49 is #7D43B6. Grayscale: #9D9D9D. Windows color (decimal): -8209335 or 4832386. OLE color: 4832386.

HSL color Cylindrical-coordinate representation of color #82BC49: hue angle of 90.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82BC49 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 188 73 -
CMYK 0.31 0 0.61 0.26
HSL 90.26º 0.46% 0.51% -
HSV(B) 90.26º 0.61% 0.74% -
XYZ 28.39 41.19 12.76 -
YUV 157.55 80.28 108.35 -
System Red Green Blue C M Y K H S L
Decimal 130 188 73 0.31 0 0.61 0.26 90.26 0.46 0.51
Hex 82 BC 49 1F 0 3D 1A 5A 2E 33
Octal 202 274 111 37 0 75 32 132 56 63
Binary 10000010 10111100 1001001 11111 0 111101 11010 1011010 101110 110011

Color Harmonies of #82BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC49

Black with #82BC49

Text Example


Text Example

White with #82BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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