Html Css Color HEX #83BC40 Mantis

📋 copy color: '#83BC40'

red 131 ◦ green 188 ◦ blue 64

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

Shades of Mantis #83BC40

Tints of Mantis #83BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 34.2%
G = 49.09%
B = 16.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#83BC40 (or 0x83BC40) is known color: Mantis. HEX triplet: 83, BC and 40. RGB value is (131,188,64). Sum of RGB (Red+Green+Blue) = 131+188+64=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC40 is #7C43BF. Grayscale: #9D9D9D. Windows color (decimal): -8143808 or 4242563. OLE color: 4242563.

HSL color Cylindrical-coordinate representation of color #83BC40: hue angle of 87.58º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83BC40 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 64 -
CMYK 0.30 0 0.66 0.26
HSL 87.58º 0.49% 0.49% -
HSV(B) 87.58º 0.66% 0.74% -
XYZ 28.27 41.16 11.31 -
YUV 156.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 131 188 64 0.30 0 0.66 0.26 87.58 0.49 0.49
Hex 83 BC 40 1E 0 42 1A 58 31 31
Octal 203 274 100 36 0 102 32 130 61 61
Binary 10000011 10111100 1000000 11110 0 1000010 11010 1011000 110001 110001

Color Harmonies of #83BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC40

Black with #83BC40

Text Example


Text Example

White with #83BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,64); }

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

background-color css

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

 a { background-color: rgb(131,188,64); }

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

border-color css

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

 span { border-color: rgb(131,188,64); }

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