Html Css Color HEX #82BC6D Mantis

📋 copy color: '#82BC6D'

red 130 ◦ green 188 ◦ blue 109

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

Shades of Mantis #82BC6D

Tints of Mantis #82BC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.53%

R = 30.44%
G = 44.03%
B = 25.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#82BC6D (or 0x82BC6D) is known color: Mantis. HEX triplet: 82, BC and 6D. RGB value is (130,188,109). Sum of RGB (Red+Green+Blue) = 130+188+109=427 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.44% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC6D is #7D4392. Grayscale: #A1A1A1. Windows color (decimal): -8209299 or 7191682. OLE color: 7191682.

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

Color convert

RGB 130 188 109 -
CMYK 0.31 0 0.42 0.26
HSL 104.05º 0.37% 0.58% -
HSV(B) 104.05º 0.42% 0.74% -
XYZ 29.95 41.82 20.96 -
YUV 161.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 130 188 109 0.31 0 0.42 0.26 104.05 0.37 0.58
Hex 82 BC 6D 1F 0 2A 1A 68 25 3A
Octal 202 274 155 37 0 52 32 150 45 72
Binary 10000010 10111100 1101101 11111 0 101010 11010 1101000 100101 111010

Color Harmonies of #82BC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC6D

Black with #82BC6D

Text Example


Text Example

White with #82BC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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