Html Css Color HEX #83B970 Mantis

📋 copy color: '#83B970'

red 131 ◦ green 185 ◦ blue 112

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

Shades of Mantis #83B970

Tints of Mantis #83B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 112 (44.14% from 255) = 26.17%

R = 30.61%
G = 43.22%
B = 26.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#83B970 (or 0x83B970) is known color: Mantis. HEX triplet: 83, B9 and 70. RGB value is (131,185,112). Sum of RGB (Red+Green+Blue) = 131+185+112=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 185 - color contains mainly: green. Hex color #83B970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B970 is #7C468F. Grayscale: #A0A0A0. Windows color (decimal): -8144528 or 7387523. OLE color: 7387523.

HSL color Cylindrical-coordinate representation of color #83B970: hue angle of 104.38º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83B970 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 185 112 -
CMYK 0.29 0 0.39 0.27
HSL 104.38º 0.34% 0.58% -
HSV(B) 104.38º 0.39% 0.73% -
XYZ 29.63 40.69 21.62 -
YUV 160.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 131 185 112 0.29 0 0.39 0.27 104.38 0.34 0.58
Hex 83 B9 70 1D 0 27 1B 68 22 3A
Octal 203 271 160 35 0 47 33 150 42 72
Binary 10000011 10111001 1110000 11101 0 100111 11011 1101000 100010 111010

Color Harmonies of #83B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B970

Black with #83B970

Text Example


Text Example

White with #83B970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,112); }

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

background-color css

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

 a { background-color: rgb(131,185,112); }

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

border-color css

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

 span { border-color: rgb(131,185,112); }

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