Html Css Color HEX #82C456 Mantis

📋 copy color: '#82C456'

red 130 ◦ green 196 ◦ blue 86

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

Shades of Mantis #82C456

Tints of Mantis #82C456

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.57%

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 31.55%
G = 47.57%
B = 20.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#82C456 (or 0x82C456) is known color: Mantis. HEX triplet: 82, C4 and 56. RGB value is (130,196,86). Sum of RGB (Red+Green+Blue) = 130+196+86=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #82C456 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C456 is #7D3BA9. Grayscale: #A4A4A4. Windows color (decimal): -8207274 or 5686402. OLE color: 5686402.

HSL color Cylindrical-coordinate representation of color #82C456: hue angle of 96º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82C456 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 196 86 -
CMYK 0.34 0 0.56 0.23
HSL 96º 0.48% 0.55% -
HSV(B) 96º 0.56% 0.77% -
XYZ 30.63 44.9 15.86 -
YUV 163.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 130 196 86 0.34 0 0.56 0.23 96 0.48 0.55
Hex 82 C4 56 22 0 38 17 60 30 37
Octal 202 304 126 42 0 70 27 140 60 67
Binary 10000010 11000100 1010110 100010 0 111000 10111 1100000 110000 110111

Color Harmonies of #82C456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C456

Black with #82C456

Text Example


Text Example

White with #82C456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,196,86); }

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

background-color css

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

 a { background-color: rgb(130,196,86); }

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

border-color css

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

 span { border-color: rgb(130,196,86); }

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