Html Css Color HEX #82D863 Mantis

📋 copy color: '#82D863'

red 130 ◦ green 216 ◦ blue 99

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

Shades of Mantis #82D863

Tints of Mantis #82D863

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

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

R = 29.21%
G = 48.54%
B = 22.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#82D863 (or 0x82D863) is known color: Mantis. HEX triplet: 82, D8 and 63. RGB value is (130,216,99). Sum of RGB (Red+Green+Blue) = 130+216+99=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #82D863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D863 is #7D279C. Grayscale: #B1B1B1. Windows color (decimal): -8202141 or 6543490. OLE color: 6543490.

HSL color Cylindrical-coordinate representation of color #82D863: hue angle of 104.1º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82D863 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 99 -
CMYK 0.40 0 0.54 0.15
HSL 104.1º 0.6% 0.62% -
HSV(B) 104.1º 0.54% 0.85% -
XYZ 36.01 54.76 20.48 -
YUV 176.95 84.01 94.51 -
System Red Green Blue C M Y K H S L
Decimal 130 216 99 0.40 0 0.54 0.15 104.1 0.6 0.62
Hex 82 D8 63 28 0 36 F 68 3C 3E
Octal 202 330 143 50 0 66 17 150 74 76
Binary 10000010 11011000 1100011 101000 0 110110 1111 1101000 111100 111110

Color Harmonies of #82D863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D863

Black with #82D863

Text Example


Text Example

White with #82D863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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