Html Css Color HEX #82C36C Mantis

📋 copy color: '#82C36C'

red 130 ◦ green 195 ◦ blue 108

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

Shades of Mantis #82C36C

Tints of Mantis #82C36C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.03%

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 30.02%
G = 45.03%
B = 24.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#82C36C (or 0x82C36C) is known color: Mantis. HEX triplet: 82, C3 and 6C. RGB value is (130,195,108). Sum of RGB (Red+Green+Blue) = 130+195+108=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 195 (76.56% from 255 or 45.03% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 195 - color contains mainly: green. Hex color #82C36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C36C is #7D3C93. Grayscale: #A5A5A5. Windows color (decimal): -8207508 or 7127938. OLE color: 7127938.

HSL color Cylindrical-coordinate representation of color #82C36C: hue angle of 104.83º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82C36C is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 195 108 -
CMYK 0.33 0 0.45 0.24
HSL 104.83º 0.42% 0.59% -
HSV(B) 104.83º 0.45% 0.76% -
XYZ 31.43 44.86 21.19 -
YUV 165.65 95.47 102.57 -
System Red Green Blue C M Y K H S L
Decimal 130 195 108 0.33 0 0.45 0.24 104.83 0.42 0.59
Hex 82 C3 6C 21 0 2D 18 69 2A 3B
Octal 202 303 154 41 0 55 30 151 52 73
Binary 10000010 11000011 1101100 100001 0 101101 11000 1101001 101010 111011

Color Harmonies of #82C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C36C

Black with #82C36C

Text Example


Text Example

White with #82C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,108); }

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

background-color css

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

 a { background-color: rgb(130,195,108); }

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

border-color css

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

 span { border-color: rgb(130,195,108); }

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