Html Css Color HEX #82C060 Mantis

📋 copy color: '#82C060'

red 130 ◦ green 192 ◦ blue 96

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

Shades of Mantis #82C060

Tints of Mantis #82C060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.97%

R = 31.1%
G = 45.93%
B = 22.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#82C060 (or 0x82C060) is known color: Mantis. HEX triplet: 82, C0 and 60. RGB value is (130,192,96). Sum of RGB (Red+Green+Blue) = 130+192+96=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #82C060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C060 is #7D3F9F. Grayscale: #A2A2A2. Windows color (decimal): -8208288 or 6340738. OLE color: 6340738.

HSL color Cylindrical-coordinate representation of color #82C060: hue angle of 98.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82C060 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 192 96 -
CMYK 0.32 0 0.50 0.25
HSL 98.75º 0.43% 0.56% -
HSV(B) 98.75º 0.5% 0.75% -
XYZ 30.17 43.29 17.83 -
YUV 162.52 90.46 104.81 -
System Red Green Blue C M Y K H S L
Decimal 130 192 96 0.32 0 0.50 0.25 98.75 0.43 0.56
Hex 82 C0 60 20 0 32 19 63 2B 38
Octal 202 300 140 40 0 62 31 143 53 70
Binary 10000010 11000000 1100000 100000 0 110010 11001 1100011 101011 111000

Color Harmonies of #82C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C060

Black with #82C060

Text Example


Text Example

White with #82C060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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