Html Css Color HEX #82BC43 Mantis

📋 copy color: '#82BC43'

red 130 ◦ green 188 ◦ blue 67

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

Shades of Mantis #82BC43

Tints of Mantis #82BC43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.4%

R = 33.77%
G = 48.83%
B = 17.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#82BC43 (or 0x82BC43) is known color: Mantis. HEX triplet: 82, BC and 43. RGB value is (130,188,67). Sum of RGB (Red+Green+Blue) = 130+188+67=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BC43 is #7D43BC. Grayscale: #9D9D9D. Windows color (decimal): -8209341 or 4439170. OLE color: 4439170.

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

Color convert

RGB 130 188 67 -
CMYK 0.31 0 0.64 0.26
HSL 88.76º 0.47% 0.5% -
HSV(B) 88.76º 0.64% 0.74% -
XYZ 28.2 41.12 11.76 -
YUV 156.86 77.28 108.84 -
System Red Green Blue C M Y K H S L
Decimal 130 188 67 0.31 0 0.64 0.26 88.76 0.47 0.5
Hex 82 BC 43 1F 0 40 1A 59 2F 32
Octal 202 274 103 37 0 100 32 131 57 62
Binary 10000010 10111100 1000011 11111 0 1000000 11010 1011001 101111 110010

Color Harmonies of #82BC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC43

Black with #82BC43

Text Example


Text Example

White with #82BC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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