Html Css Color HEX #82BA75 Mantis

📋 copy color: '#82BA75'

red 130 ◦ green 186 ◦ blue 117

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

Shades of Mantis #82BA75

Tints of Mantis #82BA75

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.96%

 BLUE value IS 117 (46.09% from 255) = 27.02%

R = 30.02%
G = 42.96%
B = 27.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#82BA75 (or 0x82BA75) is known color: Mantis. HEX triplet: 82, BA and 75. RGB value is (130,186,117). Sum of RGB (Red+Green+Blue) = 130+186+117=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #82BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BA75 is #7D458A. Grayscale: #A1A1A1. Windows color (decimal): -8209803 or 7715458. OLE color: 7715458.

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

Color convert

RGB 130 186 117 -
CMYK 0.30 0 0.37 0.27
HSL 108.7º 0.33% 0.59% -
HSV(B) 108.7º 0.37% 0.73% -
XYZ 29.98 41.15 23.19 -
YUV 161.39 102.95 105.61 -
System Red Green Blue C M Y K H S L
Decimal 130 186 117 0.30 0 0.37 0.27 108.7 0.33 0.59
Hex 82 BA 75 1E 0 25 1B 6D 21 3B
Octal 202 272 165 36 0 45 33 155 41 73
Binary 10000010 10111010 1110101 11110 0 100101 11011 1101101 100001 111011

Color Harmonies of #82BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BA75

Black with #82BA75

Text Example


Text Example

White with #82BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,186,117); }

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

background-color css

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

 a { background-color: rgb(130,186,117); }

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

border-color css

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

 span { border-color: rgb(130,186,117); }

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