Html Css Color HEX #82D06B Mantis

📋 copy color: '#82D06B'

red 130 ◦ green 208 ◦ blue 107

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

Shades of Mantis #82D06B

Tints of Mantis #82D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 29.21%
G = 46.74%
B = 24.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#82D06B (or 0x82D06B) is known color: Mantis. HEX triplet: 82, D0 and 6B. RGB value is (130,208,107). Sum of RGB (Red+Green+Blue) = 130+208+107=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #82D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D06B is #7D2F94. Grayscale: #ADADAD. Windows color (decimal): -8204181 or 7065730. OLE color: 7065730.

HSL color Cylindrical-coordinate representation of color #82D06B: hue angle of 106.34º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82D06B is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 107 -
CMYK 0.38 0 0.49 0.18
HSL 106.34º 0.52% 0.62% -
HSV(B) 106.34º 0.49% 0.82% -
XYZ 34.42 50.92 21.92 -
YUV 173.16 90.66 97.21 -
System Red Green Blue C M Y K H S L
Decimal 130 208 107 0.38 0 0.49 0.18 106.34 0.52 0.62
Hex 82 D0 6B 26 0 31 12 6A 34 3E
Octal 202 320 153 46 0 61 22 152 64 76
Binary 10000010 11010000 1101011 100110 0 110001 10010 1101010 110100 111110

Color Harmonies of #82D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D06B

Black with #82D06B

Text Example


Text Example

White with #82D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,107); }

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

background-color css

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

 a { background-color: rgb(130,208,107); }

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

border-color css

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

 span { border-color: rgb(130,208,107); }

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