Html Css Color HEX #82BC63 Mantis

📋 copy color: '#82BC63'

red 130 ◦ green 188 ◦ blue 99

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

Shades of Mantis #82BC63

Tints of Mantis #82BC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.74%

R = 31.18%
G = 45.08%
B = 23.74%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#82BC63 (or 0x82BC63) is known color: Mantis. HEX triplet: 82, BC and 63. RGB value is (130,188,99). Sum of RGB (Red+Green+Blue) = 130+188+99=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #82BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BC63 is #7D439C. Grayscale: #A0A0A0. Windows color (decimal): -8209309 or 6536322. OLE color: 6536322.

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

Color convert

RGB 130 188 99 -
CMYK 0.31 0 0.47 0.26
HSL 99.1º 0.4% 0.56% -
HSV(B) 99.1º 0.47% 0.74% -
XYZ 29.44 41.61 18.28 -
YUV 160.51 93.28 106.24 -
System Red Green Blue C M Y K H S L
Decimal 130 188 99 0.31 0 0.47 0.26 99.1 0.4 0.56
Hex 82 BC 63 1F 0 2F 1A 63 28 38
Octal 202 274 143 37 0 57 32 143 50 70
Binary 10000010 10111100 1100011 11111 0 101111 11010 1100011 101000 111000

Color Harmonies of #82BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BC63

Black with #82BC63

Text Example


Text Example

White with #82BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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