Html Css Color HEX #83B261 Mantis

📋 copy color: '#83B261'

red 131 ◦ green 178 ◦ blue 97

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

Shades of Mantis #83B261

Tints of Mantis #83B261

RGB

 RED value IS 131 (51.56% from 255) = 32.27%

 GREEN value IS 178 (69.92% from 255) = 43.84%

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

R = 32.27%
G = 43.84%
B = 23.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#83B261 (or 0x83B261) is known color: Mantis. HEX triplet: 83, B2 and 61. RGB value is (131,178,97). Sum of RGB (Red+Green+Blue) = 131+178+97=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #83B261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B261 is #7C4D9E. Grayscale: #9A9A9A. Windows color (decimal): -8146335 or 6402691. OLE color: 6402691.

HSL color Cylindrical-coordinate representation of color #83B261: hue angle of 94.81º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83B261 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 178 97 -
CMYK 0.26 0 0.46 0.30
HSL 94.81º 0.34% 0.54% -
HSV(B) 94.81º 0.46% 0.7% -
XYZ 27.44 37.53 17.11 -
YUV 154.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 131 178 97 0.26 0 0.46 0.30 94.81 0.34 0.54
Hex 83 B2 61 1A 0 2E 1E 5F 22 36
Octal 203 262 141 32 0 56 36 137 42 66
Binary 10000011 10110010 1100001 11010 0 101110 11110 1011111 100010 110110

Color Harmonies of #83B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B261

Black with #83B261

Text Example


Text Example

White with #83B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83B261; }

 p { color: rgb(131,178,97); }

 H1.HeaderClassName
 {
   color: #83B261;
 }
 .AnyTagClassName
 {
   color: #83B261;
 }
</style>

background-color css

<style>
 a { background-color: #83B261; }

 a { background-color: rgb(131,178,97); }

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

border-color css

<style>
 span { border-color: #83B261; }

 span { border-color: rgb(131,178,97); }

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