Html Css Color HEX #82BC71 Mantis

📋 copy color: '#82BC71'

red 130 ◦ green 188 ◦ blue 113

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

Shades of Mantis #82BC71

Tints of Mantis #82BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.22%

R = 30.16%
G = 43.62%
B = 26.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#82BC71 (or 0x82BC71) is known color: Mantis. HEX triplet: 82, BC and 71. RGB value is (130,188,113). Sum of RGB (Red+Green+Blue) = 130+188+113=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC71 is #7D438E. Grayscale: #A2A2A2. Windows color (decimal): -8209295 or 7453826. OLE color: 7453826.

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

Color convert

RGB 130 188 113 -
CMYK 0.31 0 0.40 0.26
HSL 106.4º 0.36% 0.59% -
HSV(B) 106.4º 0.4% 0.74% -
XYZ 30.17 41.9 22.12 -
YUV 162.11 100.28 105.1 -
System Red Green Blue C M Y K H S L
Decimal 130 188 113 0.31 0 0.40 0.26 106.4 0.36 0.59
Hex 82 BC 71 1F 0 28 1A 6A 24 3B
Octal 202 274 161 37 0 50 32 152 44 73
Binary 10000010 10111100 1110001 11111 0 101000 11010 1101010 100100 111011

Color Harmonies of #82BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC71

Black with #82BC71

Text Example


Text Example

White with #82BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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