Html Css Color HEX #82C06B Mantis

📋 copy color: '#82C06B'

red 130 ◦ green 192 ◦ blue 107

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

Shades of Mantis #82C06B

Tints of Mantis #82C06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 30.3%
G = 44.76%
B = 24.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#82C06B (or 0x82C06B) is known color: Mantis. HEX triplet: 82, C0 and 6B. RGB value is (130,192,107). Sum of RGB (Red+Green+Blue) = 130+192+107=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #82C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C06B is #7D3F94. Grayscale: #A4A4A4. Windows color (decimal): -8208277 or 7061634. OLE color: 7061634.

HSL color Cylindrical-coordinate representation of color #82C06B: hue angle of 103.76º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82C06B is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 107 -
CMYK 0.32 0 0.44 0.25
HSL 103.76º 0.4% 0.59% -
HSV(B) 103.76º 0.44% 0.75% -
XYZ 30.71 43.51 20.69 -
YUV 163.77 95.96 103.91 -
System Red Green Blue C M Y K H S L
Decimal 130 192 107 0.32 0 0.44 0.25 103.76 0.4 0.59
Hex 82 C0 6B 20 0 2C 19 68 28 3B
Octal 202 300 153 40 0 54 31 150 50 73
Binary 10000010 11000000 1101011 100000 0 101100 11001 1101000 101000 111011

Color Harmonies of #82C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C06B

Black with #82C06B

Text Example


Text Example

White with #82C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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