Html Css Color HEX #82B55F Mantis

📋 copy color: '#82B55F'

red 130 ◦ green 181 ◦ blue 95

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

Shades of Mantis #82B55F

Tints of Mantis #82B55F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 32.02%
G = 44.58%
B = 23.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#82B55F (or 0x82B55F) is known color: Mantis. HEX triplet: 82, B5 and 5F. RGB value is (130,181,95). Sum of RGB (Red+Green+Blue) = 130+181+95=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #82B55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82B55F is #7D4AA0. Grayscale: #9C9C9C. Windows color (decimal): -8211105 or 6272386. OLE color: 6272386.

HSL color Cylindrical-coordinate representation of color #82B55F: hue angle of 95.58º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82B55F is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 130 181 95 -
CMYK 0.28 0 0.48 0.29
HSL 95.58º 0.37% 0.54% -
HSV(B) 95.58º 0.48% 0.71% -
XYZ 27.8 38.62 16.82 -
YUV 155.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 130 181 95 0.28 0 0.48 0.29 95.58 0.37 0.54
Hex 82 B5 5F 1C 0 30 1D 60 25 36
Octal 202 265 137 34 0 60 35 140 45 66
Binary 10000010 10110101 1011111 11100 0 110000 11101 1100000 100101 110110

Color Harmonies of #82B55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B55F

Black with #82B55F

Text Example


Text Example

White with #82B55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,181,95); }

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

background-color css

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

 a { background-color: rgb(130,181,95); }

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

border-color css

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

 span { border-color: rgb(130,181,95); }

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