Html Css Color HEX #82BC50 Mantis

📋 copy color: '#82BC50'

red 130 ◦ green 188 ◦ blue 80

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

Shades of Mantis #82BC50

Tints of Mantis #82BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.1%

R = 32.66%
G = 47.24%
B = 20.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#82BC50 (or 0x82BC50) is known color: Mantis. HEX triplet: 82, BC and 50. RGB value is (130,188,80). Sum of RGB (Red+Green+Blue) = 130+188+80=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC50 is #7D43AF. Grayscale: #9E9E9E. Windows color (decimal): -8209328 or 5291138. OLE color: 5291138.

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

Color convert

RGB 130 188 80 -
CMYK 0.31 0 0.57 0.26
HSL 92.22º 0.45% 0.53% -
HSV(B) 92.22º 0.57% 0.74% -
XYZ 28.64 41.29 14.05 -
YUV 158.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 130 188 80 0.31 0 0.57 0.26 92.22 0.45 0.53
Hex 82 BC 50 1F 0 39 1A 5C 2D 35
Octal 202 274 120 37 0 71 32 134 55 65
Binary 10000010 10111100 1010000 11111 0 111001 11010 1011100 101101 110101

Color Harmonies of #82BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC50

Black with #82BC50

Text Example


Text Example

White with #82BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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