Html Css Color HEX #82BB61 Mantis

📋 copy color: '#82BB61'

red 130 ◦ green 187 ◦ blue 97

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

Shades of Mantis #82BB61

Tints of Mantis #82BB61

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.17%

 BLUE value IS 97 (38.28% from 255) = 23.43%

R = 31.4%
G = 45.17%
B = 23.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#82BB61 (or 0x82BB61) is known color: Mantis. HEX triplet: 82, BB and 61. RGB value is (130,187,97). Sum of RGB (Red+Green+Blue) = 130+187+97=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 187 (73.44% from 255 or 45.17% from 414); Blue value is 97 (38.28% from 255 or 23.43% from 414); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB61 is #7D449E. Grayscale: #9F9F9F. Windows color (decimal): -8209567 or 6404994. OLE color: 6404994.

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

Color convert

RGB 130 187 97 -
CMYK 0.30 0 0.48 0.27
HSL 98º 0.4% 0.56% -
HSV(B) 98º 0.48% 0.73% -
XYZ 29.13 41.15 17.72 -
YUV 159.7 92.62 106.82 -
System Red Green Blue C M Y K H S L
Decimal 130 187 97 0.30 0 0.48 0.27 98 0.4 0.56
Hex 82 BB 61 1E 0 30 1B 62 28 38
Octal 202 273 141 36 0 60 33 142 50 70
Binary 10000010 10111011 1100001 11110 0 110000 11011 1100010 101000 111000

Color Harmonies of #82BB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB61

Black with #82BB61

Text Example


Text Example

White with #82BB61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,187,97); }

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

background-color css

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

 a { background-color: rgb(130,187,97); }

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

border-color css

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

 span { border-color: rgb(130,187,97); }

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