Html Css Color HEX #82C46F Mantis

📋 copy color: '#82C46F'

red 130 ◦ green 196 ◦ blue 111

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

Shades of Mantis #82C46F

Tints of Mantis #82C46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 29.75%
G = 44.85%
B = 25.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#82C46F (or 0x82C46F) is known color: Mantis. HEX triplet: 82, C4 and 6F. RGB value is (130,196,111). Sum of RGB (Red+Green+Blue) = 130+196+111=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #82C46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C46F is #7D3B90. Grayscale: #A6A6A6. Windows color (decimal): -8207249 or 7324802. OLE color: 7324802.

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

Color convert

RGB 130 196 111 -
CMYK 0.34 0 0.43 0.23
HSL 106.59º 0.42% 0.6% -
HSV(B) 106.59º 0.43% 0.77% -
XYZ 31.82 45.37 22.12 -
YUV 166.58 96.63 101.91 -
System Red Green Blue C M Y K H S L
Decimal 130 196 111 0.34 0 0.43 0.23 106.59 0.42 0.6
Hex 82 C4 6F 22 0 2B 17 6B 2A 3C
Octal 202 304 157 42 0 53 27 153 52 74
Binary 10000010 11000100 1101111 100010 0 101011 10111 1101011 101010 111100

Color Harmonies of #82C46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C46F

Black with #82C46F

Text Example


Text Example

White with #82C46F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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