Html Css Color HEX #82BB6D Mantis

📋 copy color: '#82BB6D'

red 130 ◦ green 187 ◦ blue 109

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

Shades of Mantis #82BB6D

Tints of Mantis #82BB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.59%

R = 30.52%
G = 43.9%
B = 25.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#82BB6D (or 0x82BB6D) is known color: Mantis. HEX triplet: 82, BB and 6D. RGB value is (130,187,109). Sum of RGB (Red+Green+Blue) = 130+187+109=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #82BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BB6D is #7D4492. Grayscale: #A1A1A1. Windows color (decimal): -8209555 or 7191426. OLE color: 7191426.

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

Color convert

RGB 130 187 109 -
CMYK 0.30 0 0.42 0.27
HSL 103.85º 0.36% 0.58% -
HSV(B) 103.85º 0.42% 0.73% -
XYZ 29.74 41.39 20.89 -
YUV 161.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 130 187 109 0.30 0 0.42 0.27 103.85 0.36 0.58
Hex 82 BB 6D 1E 0 2A 1B 68 24 3A
Octal 202 273 155 36 0 52 33 150 44 72
Binary 10000010 10111011 1101101 11110 0 101010 11011 1101000 100100 111010

Color Harmonies of #82BB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BB6D

Black with #82BB6D

Text Example


Text Example

White with #82BB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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