Html Css Color HEX #82D963 Mantis

📋 copy color: '#82D963'

red 130 ◦ green 217 ◦ blue 99

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

Shades of Mantis #82D963

Tints of Mantis #82D963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.65%

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

R = 29.15%
G = 48.65%
B = 22.2%

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

#82D963 (or 0x82D963) is known color: Mantis. HEX triplet: 82, D9 and 63. RGB value is (130,217,99). Sum of RGB (Red+Green+Blue) = 130+217+99=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #82D963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D963 is #7D269C. Grayscale: #B1B1B1. Windows color (decimal): -8201885 or 6543746. OLE color: 6543746.

HSL color Cylindrical-coordinate representation of color #82D963: hue angle of 104.24º degrees, saturation: 0.61, 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 #82D963 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 99 -
CMYK 0.40 0 0.54 0.15
HSL 104.24º 0.61% 0.62% -
HSV(B) 104.24º 0.54% 0.85% -
XYZ 36.27 55.27 20.56 -
YUV 177.54 83.68 94.09 -
System Red Green Blue C M Y K H S L
Decimal 130 217 99 0.40 0 0.54 0.15 104.24 0.61 0.62
Hex 82 D9 63 28 0 36 F 68 3D 3E
Octal 202 331 143 50 0 66 17 150 75 76
Binary 10000010 11011001 1100011 101000 0 110110 1111 1101000 111101 111110

Color Harmonies of #82D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D963

Black with #82D963

Text Example


Text Example

White with #82D963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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