Html Css Color HEX #82D26B Mantis

📋 copy color: '#82D26B'

red 130 ◦ green 210 ◦ blue 107

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

Shades of Mantis #82D26B

Tints of Mantis #82D26B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

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

R = 29.08%
G = 46.98%
B = 23.94%

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

#82D26B (or 0x82D26B) is known color: Mantis. HEX triplet: 82, D2 and 6B. RGB value is (130,210,107). Sum of RGB (Red+Green+Blue) = 130+210+107=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #82D26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D26B is #7D2D94. Grayscale: #AEAEAE. Windows color (decimal): -8203669 or 7066242. OLE color: 7066242.

HSL color Cylindrical-coordinate representation of color #82D26B: hue angle of 106.6º degrees, saturation: 0.53, 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 #82D26B is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 210 107 -
CMYK 0.38 0 0.49 0.18
HSL 106.6º 0.53% 0.62% -
HSV(B) 106.6º 0.49% 0.82% -
XYZ 34.91 51.9 22.09 -
YUV 174.34 90 96.38 -
System Red Green Blue C M Y K H S L
Decimal 130 210 107 0.38 0 0.49 0.18 106.6 0.53 0.62
Hex 82 D2 6B 26 0 31 12 6B 35 3E
Octal 202 322 153 46 0 61 22 153 65 76
Binary 10000010 11010010 1101011 100110 0 110001 10010 1101011 110101 111110

Color Harmonies of #82D26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D26B

Black with #82D26B

Text Example


Text Example

White with #82D26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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