Html Css Color HEX #82B96F Mantis

📋 copy color: '#82B96F'

red 130 ◦ green 185 ◦ blue 111

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

Shades of Mantis #82B96F

Tints of Mantis #82B96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.43%

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

R = 30.52%
G = 43.43%
B = 26.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#82B96F (or 0x82B96F) is known color: Mantis. HEX triplet: 82, B9 and 6F. RGB value is (130,185,111). Sum of RGB (Red+Green+Blue) = 130+185+111=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 185 - color contains mainly: green. Hex color #82B96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B96F is #7D4690. Grayscale: #A0A0A0. Windows color (decimal): -8210065 or 7321986. OLE color: 7321986.

HSL color Cylindrical-coordinate representation of color #82B96F: hue angle of 104.59º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82B96F is Cyan = 0.30, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 185 111 -
CMYK 0.30 0 0.4 0.27
HSL 104.59º 0.35% 0.58% -
HSV(B) 104.59º 0.4% 0.73% -
XYZ 29.42 40.59 21.32 -
YUV 160.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 130 185 111 0.30 0 0.4 0.27 104.59 0.35 0.58
Hex 82 B9 6F 1E 0 28 1B 69 23 3A
Octal 202 271 157 36 0 50 33 151 43 72
Binary 10000010 10111001 1101111 11110 0 101000 11011 1101001 100011 111010

Color Harmonies of #82B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B96F

Black with #82B96F

Text Example


Text Example

White with #82B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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