Html Css Color HEX #82BC73 Mantis

📋 copy color: '#82BC73'

red 130 ◦ green 188 ◦ blue 115

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

Shades of Mantis #82BC73

Tints of Mantis #82BC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.56%

R = 30.02%
G = 43.42%
B = 26.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#82BC73 (or 0x82BC73) is known color: Mantis. HEX triplet: 82, BC and 73. RGB value is (130,188,115). Sum of RGB (Red+Green+Blue) = 130+188+115=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC73 is #7D438C. Grayscale: #A2A2A2. Windows color (decimal): -8209293 or 7584898. OLE color: 7584898.

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

Color convert

RGB 130 188 115 -
CMYK 0.31 0 0.39 0.26
HSL 107.67º 0.35% 0.59% -
HSV(B) 107.67º 0.39% 0.74% -
XYZ 30.28 41.95 22.72 -
YUV 162.34 101.28 104.94 -
System Red Green Blue C M Y K H S L
Decimal 130 188 115 0.31 0 0.39 0.26 107.67 0.35 0.59
Hex 82 BC 73 1F 0 27 1A 6C 23 3B
Octal 202 274 163 37 0 47 32 154 43 73
Binary 10000010 10111100 1110011 11111 0 100111 11010 1101100 100011 111011

Color Harmonies of #82BC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC73

Black with #82BC73

Text Example


Text Example

White with #82BC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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