Html Css Color HEX #82C546 Mantis

📋 copy color: '#82C546'

red 130 ◦ green 197 ◦ blue 70

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

Shades of Mantis #82C546

Tints of Mantis #82C546

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.62%

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 32.75%
G = 49.62%
B = 17.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#82C546 (or 0x82C546) is known color: Mantis. HEX triplet: 82, C5 and 46. RGB value is (130,197,70). Sum of RGB (Red+Green+Blue) = 130+197+70=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #82C546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C546 is #7D3AB9. Grayscale: #A2A2A2. Windows color (decimal): -8207034 or 4638082. OLE color: 4638082.

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

Color convert

RGB 130 197 70 -
CMYK 0.34 0 0.64 0.23
HSL 91.65º 0.52% 0.52% -
HSV(B) 91.65º 0.64% 0.77% -
XYZ 30.28 45.12 12.91 -
YUV 162.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 130 197 70 0.34 0 0.64 0.23 91.65 0.52 0.52
Hex 82 C5 46 22 0 40 17 5C 34 34
Octal 202 305 106 42 0 100 27 134 64 64
Binary 10000010 11000101 1000110 100010 0 1000000 10111 1011100 110100 110100

Color Harmonies of #82C546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C546

Black with #82C546

Text Example


Text Example

White with #82C546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,197,70); }

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

background-color css

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

 a { background-color: rgb(130,197,70); }

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

border-color css

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

 span { border-color: rgb(130,197,70); }

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